返回模型调用 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": "[Verse]\nMove your paws\nLeft and right\nJump around\nFeel the light\nWhiskers twitch\nTails in the air\nDancing cats\nEverywhere\n\n[Chorus]\nCat dance\nOh\nLet's go!\nSwing your tails\nDon’t say no (don’t say no!)\nPurr and twirl\nLike a show\nCat dance\nLet's steal the glow\n\n[Verse 2]\nTiptoe steps\nSoft and sweet\nTiny paws\nUnbeatable beat\nMeow to the rhythm\nClaws precise\nEvery move\nFeline paradise\n\n[Chorus]\nCat dance\nOh\nLet's go!\nSwing your tails\nDon’t say no (don’t say no!)\nPurr and twirl\nLike a show\nCat dance\nLet's steal the glow\n\n[Bridge]\nOoh-ooh\nBounce and sway (ooh-ooh!)\nMoonlit grooves\nNight turns to day\nLean and stretch\nStrike your pose\nEvery kitty steals the show\n\n[Chorus]\nCat dance\nOh\nLet's go!\nSwing your tails\nDon’t say no (don’t say no!)\nPurr and twirl\nLike a show\nCat dance\nLet's steal the glow",
    "mv": "chirp-v4",
    "title": "Cat Dance",
    "tags": "romantic raga",
    "continue_at": 123,
    "continue_clip_id": "4c4c80c4-6318-48c7-a314-71dd03ba3a11",
    "task": "extend"
}'

请求参数

参数位置类型必填说明示例
Content-TypeHeaderstring-application/json
AcceptHeaderstring-application/json
AuthorizationHeaderstring-Bearer {{YOUR_API_KEY}}
promptJSON bodystring续写部分要唱的具体歌词-
mvJSON bodystring模型版本号-
titleJSON bodystring歌词标题-
tagsJSON bodystring风格标签-
continue_atJSON bodyinteger续写时间点-
continue_clip_idJSON bodystring续写音频id-
taskJSON bodystring任务类型,默认“续写”-

返回响应 (200)

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

响应示例

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

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

{
  "id": 497673366,
  "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": "续写部分要唱的具体歌词"
        },
        "mv": {
          "type": "string",
          "description": "模型版本号"
        },
        "title": {
          "type": "string",
          "description": "歌词标题"
        },
        "tags": {
          "type": "string",
          "description": "风格标签"
        },
        "continue_at": {
          "type": "integer",
          "description": "续写时间点"
        },
        "continue_clip_id": {
          "type": "string",
          "description": "续写音频id"
        },
        "task": {
          "type": "string",
          "description": "任务类型,默认“续写”"
        }
      },
      "required": [
        "prompt",
        "mv",
        "title",
        "continue_at",
        "continue_clip_id",
        "task"
      ],
      "x-apifox-orders": [
        "prompt",
        "mv",
        "title",
        "tags",
        "continue_at",
        "continue_clip_id",
        "task"
      ]
    },
    "examples": [
      {
        "value": "{\n    \"prompt\": \"[Verse]\\nMove your paws\\nLeft and right\\nJump around\\nFeel the light\\nWhiskers twitch\\nTails in the air\\nDancing cats\\nEverywhere\\n\\n[Chorus]\\nCat dance\\nOh\\nLet's go!\\nSwing your tails\\nDon’t say no (don’t say no!)\\nPurr and twirl\\nLike a show\\nCat dance\\nLet's steal the glow\\n\\n[Verse 2]\\nTiptoe steps\\nSoft and sweet\\nTiny paws\\nUnbeatable beat\\nMeow to the rhythm\\nClaws precise\\nEvery move\\nFeline paradise\\n\\n[Chorus]\\nCat dance\\nOh\\nLet's go!\\nSwing your tails\\nDon’t say no (don’t say no!)\\nPurr and twirl\\nLike a show\\nCat dance\\nLet's steal the glow\\n\\n[Bridge]\\nOoh-ooh\\nBounce and sway (ooh-ooh!)\\nMoonlit grooves\\nNight turns to day\\nLean and stretch\\nStrike your pose\\nEvery kitty steals the show\\n\\n[Chorus]\\nCat dance\\nOh\\nLet's go!\\nSwing your tails\\nDon’t say no (don’t say no!)\\nPurr and twirl\\nLike a show\\nCat dance\\nLet's steal the glow\",\n    \"mv\": \"chirp-v4\",\n    \"title\": \"Cat Dance\",\n    \"tags\": \"romantic raga\",\n    \"continue_at\": 123,\n    \"continue_clip_id\": \"4c4c80c4-6318-48c7-a314-71dd03ba3a11\",\n    \"task\": \"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": 149776885,
      "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": 149776885,
      "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-ac7a27a22940"
    }
  ],
  "codeSamples": [],
  "projectId": 8662722,
  "moduleId": 8310462,
  "folderId": 92436137,
  "ordering": 12,
  "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": ""
}