人声/伴奏分离(clipId)
POST /suno/submit/stems
说明
按 clipId 分离人声与伴奏,0 积分,异步。返回 taskBatchId,用查询接口轮询。
概览
| Method | POST |
|---|---|
| Path | /suno/submit/stems |
| Type | http |
| Status | 1 |
| Module | 2102810 |
| Folder | 87593027 |
参数
{ "query": [], "path": [], "cookie": [], "header": [] }
请求体
{ "type": "application/json", "parameters": [], "jsonSchema": { "type": "object", "properties": { "clip_id": { "type": "string", "description": "歌曲 clipId" }, "callback_url ": { "type": "string", "description": "任务完成回调地址,留空表示不回调" } }, "required": [ "clip_id" ], "x-apifox-orders": [ "clip_id", "callback_url " ] }, "required": true, "mediaType": "application/json", "examples": [ { "value": "{\n \"clip_id\": \"227c8897-2216-45eb-83bd-70e52375027d\"\n}", "mediaType": "application/json", "description": "" } ], "oasExtensions": "" }
响应
[ { "id": 138431190, "name": "", "code": 200, "contentType": "json", "jsonSchema": { "type": "object", "properties": { "code": { "type": "string" }, "message": { "type": "string" }, "data": { "type": "string", "description": "taskBatchId" } }, "required": [ "code", "message", "data" ], "x-apifox-orders": [ "code", "message", "data" ] }, "itemSchema": {}, "description": "", "mediaType": "application/json", "headers": [], "oasExtensions": "" } ]
响应示例
[ { "name": "成功示例", "responseId": 138431190, "data": "{\n \"code\": \"success\",\n \"message\": \"\",\n \"data\": \"1268154180129529857\"\n}", "description": "", "oasKey": "", "oasExtensions": "", "id": "019e91f5-80e8-714d-b364-f26e783f6597" } ]