资源转临时地址
POST /suno/submit/url-transfer
说明
将资源 URL 转为临时可访问地址,0 积分,同步。
概览
| Method | POST |
|---|---|
| Path | /suno/submit/url-transfer |
| 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/track.mp3\"\n}", "mediaType": "application/json", "description": "" } ] }
响应
[ { "id": 176486383, "name": "", "code": 200, "contentType": "json", "jsonSchema": { "type": "object", "properties": {}, "x-apifox-orders": [] }, "itemSchema": {}, "description": "", "mediaType": "application/json", "headers": [], "oasExtensions": "" } ]