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

生成歌曲(上传歌曲二次创作)

API Key application/json

请求示例

curl -X POST https://top.qingyuntop.ai/suno/submit/music \
  -H "Authorization: Bearer ${QINGYUN_TOP_API_KEY}" \
  -H "Content-Type: application/json" \
  -d '{
  "prompt": "歌词",
  "tags": "",
  "negative_tags": "",
  "mv": "chirp-v4",
  "title": "标题",
  "continue_clip_id": "ca94a97d-d3f2-4a63-aeee-ba3a43384bcd",
  "continue_at": 10,
  "task": "upload_extend"
}'

请求参数

参数位置类型必填说明示例
Content-TypeHeaderstring-application/json
AcceptHeaderstring-application/json
AuthorizationHeaderstring-Bearer {{YOUR_API_KEY}}
promptJSON bodystring接下来要唱的歌词-
tagsJSON bodystring风格标签-
negative_tagsJSON bodystring负面标签,不希望出现的元素-
mvJSON bodystring模型版本号-
titleJSON bodystring标题名称-
continue_clip_idJSON bodystring续写音频id-
continue_atJSON bodyinteger续写起始时间点-
taskJSON bodystring任务类型,默认“延展”-

返回响应 (200)

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

响应示例

{
    "code": "success",
    "data": "950bf3af-78a6-420e-8c01-3bde0bbb3ef9",
    "message": ""
}
来源原始接口定义(用于追溯)

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

{
  "id": 497673368,
  "name": "生成歌曲(上传歌曲二次创作)",
  "type": "http",
  "serverId": "",
  "preProcessors": [],
  "postProcessors": [],
  "inheritPreProcessors": {},
  "inheritPostProcessors": {},
  "description": "",
  "operationId": "",
  "sourceUrl": "",
  "method": "post",
  "path": "/suno/submit/music",
  "tags": [],
  "status": 1,
  "requestBody": {
    "type": "application/json",
    "parameters": [],
    "jsonSchema": {
      "type": "object",
      "properties": {
        "prompt": {
          "type": "string",
          "description": "接下来要唱的歌词"
        },
        "tags": {
          "type": "string",
          "description": "风格标签"
        },
        "negative_tags": {
          "type": "string",
          "description": "负面标签,不希望出现的元素"
        },
        "mv": {
          "type": "string",
          "description": "模型版本号"
        },
        "title": {
          "type": "string",
          "description": "标题名称"
        },
        "continue_clip_id": {
          "type": "string",
          "description": "续写音频id"
        },
        "continue_at": {
          "type": "integer",
          "description": "续写起始时间点"
        },
        "task": {
          "type": "string",
          "description": "任务类型,默认“延展”"
        }
      },
      "required": [
        "prompt",
        "mv",
        "title",
        "continue_clip_id",
        "continue_at",
        "task"
      ],
      "x-apifox-orders": [
        "prompt",
        "tags",
        "negative_tags",
        "mv",
        "title",
        "continue_clip_id",
        "continue_at",
        "task"
      ]
    },
    "examples": [
      {
        "value": "{\n  \"prompt\": \"歌词\",\n  \"tags\": \"\",\n  \"negative_tags\": \"\",\n  \"mv\": \"chirp-v4\",\n  \"title\": \"标题\",\n  \"continue_clip_id\": \"ca94a97d-d3f2-4a63-aeee-ba3a43384bcd\",\n  \"continue_at\": 10,\n  \"task\": \"upload_extend\"\n}",
        "mediaType": "application/json",
        "description": ""
      }
    ],
    "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": 196089950,
      "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": [],
      "oasExtensions": ""
    }
  ],
  "responseExamples": [
    {
      "name": "成功示例",
      "responseId": 196089950,
      "data": "{\r\n    \"code\": \"success\",\r\n    \"data\": \"950bf3af-78a6-420e-8c01-3bde0bbb3ef9\",\r\n    \"message\": \"\"\r\n}",
      "description": "",
      "oasKey": "",
      "oasExtensions": "",
      "id": "019fd25e-4be7-74fc-a46e-b454dc1aa620"
    }
  ],
  "codeSamples": [],
  "projectId": 8662722,
  "moduleId": 8310462,
  "folderId": 92436137,
  "ordering": 24,
  "responsibleId": 0,
  "commonResponseStatus": {},
  "advancedSettings": {
    "disabledSystemHeaders": {},
    "isDefaultUrlEncoding": 1
  },
  "customApiFields": {},
  "oasExtensions": "",
  "mockScript": {},
  "createdAt": "2026-08-05T14:40:23.000Z",
  "updatedAt": "2026-08-06T12:15:55.000Z",
  "creatorId": 2863449,
  "editorId": 2863449,
  "creatorUserId": 2863449,
  "editorUserId": 2863449,
  "responseChildren": [],
  "visibility": "INHERITED",
  "securityScheme": {},
  "callbacks": ""
}