修改标题/封面
POST /suno/submit/set-metadata
说明
同步修改标题与封面
概览
| Method | POST |
|---|---|
| Path | /suno/submit/set-metadata |
| Type | http |
| Status | 1 |
| Module | 2102810 |
| Folder | 87593027 |
参数
{ "query": [], "path": [], "cookie": [], "header": [] }
请求体
{ "type": "application/json", "parameters": [], "jsonSchema": { "type": "object", "properties": { "title": { "type": "string", "description": "新标题" }, "image_url": { "type": "string", "description": "新封面 URL" }, "clip_id": { "type": "string" } }, "required": [ "clip_id", "title", "image_url" ], "x-apifox-orders": [ "clip_id", "title", "image_url" ] }, "required": true, "mediaType": "application/json", "examples": [ { "value": "{\n \"clip_id\": \"e42808c7-e08a-4eb1-a288-1cd3ba952871\",\n \"title\": \"新歌名\",\n \"image_url\": \"https://cdn2.suno.ai/image_e42808c7-e08a-4eb1-a288-1cd3ba952871.jpeg\"\n}", "mediaType": "application/json", "description": "" } ], "oasExtensions": "" }
响应
[ { "id": 103274713, "name": "", "code": 200, "contentType": "json", "jsonSchema": { "type": "object", "properties": {}, "x-apifox-orders": [] }, "itemSchema": {}, "description": "", "mediaType": "application/json", "headers": [], "oasExtensions": "" } ]