返回模型调用 API 参考
POST/suno/fetch

批量获取任务

API Key application/json

请求示例

curl -X POST https://top.qingyuntop.ai/suno/fetch \
  -H "Authorization: Bearer ${QINGYUN_TOP_API_KEY}" \
  -H "Content-Type: application/json" \
  -d '{
    "ids": [
        "b4914cbe-f738-4813-8ac9-4194ae362bed",
        "ccb61d4a-701d-4ef2-b23c-c3ff950fc3b5",
        "276677a3-bd50-4388-83c9-39ce18f7041f"
        ]
}'

请求参数

参数位置类型必填说明示例
Content-TypeHeaderstring-application/json
AcceptHeaderstring-application/json
AuthorizationHeaderstring-Bearer {{YOUR_API_KEY}}
clip_idJSON bodystringextend 后的 歌曲ID -
is_infillJSON bodystring--

返回响应 (200)

参数位置类型必填说明示例
code响应 JSONstring--
data响应 JSONstring--
message响应 JSONstring--

响应示例

{
    "code": "success",
    "data": "47443cc1-4902-42ae-ae7f-72a9900544e9",
    "message": ""
}
来源原始接口定义(用于追溯)

以下内容来自 Apifox 快照,可能包含兼容层字段或旧示例;公开调用请以本页的协议说明和当前模型列表为准。

{
  "id": 495899776,
  "name": "批量获取任务",
  "type": "http",
  "serverId": "",
  "preProcessors": [],
  "postProcessors": [],
  "inheritPreProcessors": {},
  "inheritPostProcessors": {},
  "description": "",
  "operationId": "",
  "sourceUrl": "",
  "method": "post",
  "path": "/suno/fetch",
  "tags": [],
  "status": 1,
  "requestBody": {
    "type": "application/json",
    "parameters": [],
    "jsonSchema": {
      "type": "object",
      "properties": {
        "clip_id": {
          "description": "extend 后的 歌曲ID\n\n",
          "type": "string"
        },
        "is_infill": {
          "type": "string"
        }
      },
      "required": [
        "clip_id",
        "is_infill"
      ],
      "x-apifox-orders": [
        "clip_id",
        "is_infill"
      ]
    },
    "examples": [
      {
        "value": "{\n    \"ids\": [\n        \"b4914cbe-f738-4813-8ac9-4194ae362bed\",\n        \"ccb61d4a-701d-4ef2-b23c-c3ff950fc3b5\",\n        \"276677a3-bd50-4388-83c9-39ce18f7041f\"\n        ]\n}",
        "mediaType": "application/json"
      }
    ],
    "mediaType": "",
    "oasExtensions": "",
    "required": false,
    "additionalContentTypes": []
  },
  "parameters": {
    "path": [],
    "query": [],
    "cookie": [],
    "header": [
      {
        "id": "NQs7bxnpZf",
        "name": "Content-Type",
        "required": true,
        "enable": true,
        "description": "",
        "type": "string",
        "sampleValue": "application/json"
      },
      {
        "id": "qb8tEQbCty",
        "name": "Accept",
        "required": true,
        "enable": true,
        "description": "",
        "type": "string",
        "sampleValue": "application/json"
      },
      {
        "id": "gBxcCbXhsa",
        "name": "Authorization",
        "required": false,
        "enable": true,
        "description": "",
        "type": "string",
        "sampleValue": "Bearer {{YOUR_API_KEY}}"
      }
    ]
  },
  "commonParameters": {
    "query": [],
    "body": [],
    "cookie": [],
    "header": []
  },
  "auth": {},
  "responses": [
    {
      "id": 100054095,
      "name": "成功",
      "code": 200,
      "contentType": "json",
      "jsonSchema": {
        "type": "object",
        "properties": {
          "code": {
            "type": "string"
          },
          "data": {
            "type": "string"
          },
          "message": {
            "type": "string"
          }
        },
        "required": [
          "code",
          "data",
          "message"
        ],
        "x-apifox-orders": [
          "code",
          "data",
          "message"
        ]
      },
      "itemSchema": {},
      "description": "",
      "mediaType": "",
      "headers": []
    }
  ],
  "responseExamples": [
    {
      "name": "成功示例",
      "responseId": 100054095,
      "data": "{\r\n    \"code\": \"success\",\r\n    \"data\": \"47443cc1-4902-42ae-ae7f-72a9900544e9\",\r\n    \"message\": \"\"\r\n}",
      "description": "",
      "oasKey": "",
      "oasExtensions": "",
      "id": "019fc09b-0b24-777f-9849-bf677b8aabad"
    }
  ],
  "codeSamples": [],
  "projectId": 8662722,
  "moduleId": 8310462,
  "folderId": 92436138,
  "ordering": 0,
  "responsibleId": 0,
  "commonResponseStatus": {},
  "advancedSettings": {
    "disabledSystemHeaders": {},
    "isDefaultUrlEncoding": 1
  },
  "customApiFields": {},
  "oasExtensions": "",
  "mockScript": {},
  "createdAt": "2026-08-02T03:53:34.000Z",
  "updatedAt": "2026-08-06T12:15:55.000Z",
  "creatorId": 2863449,
  "editorId": 2863449,
  "creatorUserId": 2863449,
  "editorUserId": 2863449,
  "responseChildren": [
    "BLANK.100054095"
  ],
  "visibility": "INHERITED",
  "securityScheme": {},
  "callbacks": ""
}