上传参考音频
POST /suno/uploads/audio
概览
| Method | POST |
|---|---|
| Path | /suno/uploads/audio |
| Type | http |
| Status | -1 |
| Module | 2102810 |
| Folder | 86482047 |
请求体
{ "type": "application/json", "parameters": [], "jsonSchema": { "type": "object", "properties": { "url": { "description": "公网可访问 mp3,必填", "type": "string" }, "name": { "description": "显示名,可空", "type": "string" }, "timeout": { "description": "超时秒数,默认 90", "type": "integer" } }, "required": [ "url", "name", "timeout" ], "x-apifox-orders": [ "url", "name", "timeout" ] }, "required": true, "mediaType": "", "examples": [ { "mediaType": "application/json", "value": "{\n \"url\": \"https://cdn1.suno.ai/363675c6-cf6d-4904-8702-00d272edb42d.mp3\", // 公网可访问 mp3,必填\n \"name\": \"参考音频\", // 显示名,可空\n \"timeout\": 90 // 超时秒数,默认 90\n}\n\n" } ], "oasExtensions": "" }
响应
[ { "id": 112171803, "name": "成功", "code": 200, "contentType": "json", "jsonSchema": { "type": "object", "properties": {} }, "itemSchema": {}, "description": "", "mediaType": "", "headers": [] } ]