提升音乐风格
POST /suno/submit/upsample-tags
概览
| Method | POST |
|---|---|
| Path | /suno/submit/upsample-tags |
| Type | http |
| Status | -1 |
| Module | 2102810 |
| Folder | 86482047 |
请求体
{ "type": "application/json", "parameters": [], "jsonSchema": { "type": "object", "properties": { "original_tags": { "description": "原始风格描述", "type": "string" } }, "required": [ "original_tags" ], "x-apifox-orders": [ "original_tags" ] }, "required": true, "mediaType": "", "examples": [ { "mediaType": "application/json", "value": "{\n \"original_tags\": \"深度浩室,情感,旋律\" // 原始风格描述\n}\n\n" } ], "oasExtensions": "" }
响应
[ { "id": 108570975, "name": "成功", "code": 200, "contentType": "json", "jsonSchema": { "type": "object", "properties": {} }, "itemSchema": {}, "description": "", "mediaType": "", "headers": [] } ]