批量获取任务

POST /suno/fetch

MethodPOST
Path/suno/fetch
Typehttp
Status-2
Module2102810
Folder86482607

概览

MethodPOST
Path/suno/fetch
Typehttp
Status-2
Module2102810
Folder86482607

请求体

{
  "type": "application/json",
  "parameters": [],
  "jsonSchema": {
    "type": "object",
    "properties": {
      "ids": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "description": " 数组"
      },
      "action": {
        "description": "可空",
        "type": "string"
      }
    },
    "required": [
      "ids",
      "action"
    ],
    "x-apifox-orders": [
      "ids",
      "action"
    ]
  },
  "required": true,
  "mediaType": "",
  "examples": [
    {
      "mediaType": "application/json",
      "value": "{\n  \"ids\": [\"1264606079846457344\"],                        // taskBatchId 数组\n  \"action\": \"\"                                           // 可空\n}"
    }
  ],
  "oasExtensions": ""
}

响应

[
  {
    "id": 116993169,
    "name": "成功",
    "code": 200,
    "contentType": "json",
    "jsonSchema": {
      "type": "object",
      "properties": {}
    },
    "itemSchema": {},
    "description": "",
    "mediaType": "",
    "headers": []
  }
]