人声/伴奏分离(URL)
POST /suno/submit/stems-by-url
说明
按 URL 分离人声与伴奏,0 积分,异步。
概览
| Method | POST |
|---|---|
| Path | /suno/submit/stems-by-url |
| Type | http |
| Status | 1 |
| Module | 2102810 |
| Folder | 87593027 |
参数
{ "path": [], "query": [], "cookie": [], "header": [] }
请求体
{ "type": "application/json", "parameters": [], "jsonSchema": { "type": "object", "properties": { "url": { "type": "string", "description": "音频文件 URL" } }, "required": [ "url" ], "x-apifox-orders": [ "url" ] }, "mediaType": "application/json", "oasExtensions": "", "required": true, "additionalContentTypes": [], "examples": [ { "value": "{\n \"url\": \"https://example.com/audio.mp3\"\n}", "mediaType": "application/json", "description": "" } ] }
响应
[ { "id": 118543324, "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": 118543324, "data": "{\n \"code\": \"success\",\n \"message\": \"\",\n \"data\": \"1268154180129529857\"\n}", "description": "", "oasKey": "", "oasExtensions": "", "id": "019e91f5-80e8-714d-b364-f7369e3869ba" } ]