生成歌曲(拼接歌曲)

POST /suno/submit/concat

MethodPOST
Path/suno/submit/concat
Typehttp
Status-1
Module2102810
Folder86482047

说明

续写歌曲后 再拼接

概览

MethodPOST
Path/suno/submit/concat
Typehttp
Status-1
Module2102810
Folder86482047

请求体

{
  "type": "application/json",
  "parameters": [],
  "jsonSchema": {
    "type": "object",
    "properties": {
      "clip_id": {
        "description": "续写返回的 clipId",
        "type": "string"
      }
    },
    "required": [
      "clip_id"
    ],
    "x-apifox-orders": [
      "clip_id"
    ]
  },
  "required": true,
  "mediaType": "",
  "examples": [
    {
      "mediaType": "application/json",
      "value": "{\n  \"clip_id\": \"4b2300c2-f200-4011-8f80-e3401da28c4f\"      // 续写返回的 clipId\n}"
    }
  ],
  "oasExtensions": ""
}

响应

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