调整播放速度
POST /suno/submit/adjust-speed
说明
同步调整播放速度,0 积分。
概览
| Method | POST |
|---|---|
| Path | /suno/submit/adjust-speed |
| Type | http |
| Status | 1 |
| Module | 2102810 |
| Folder | 87593027 |
参数
{ "query": [], "path": [], "cookie": [], "header": [] }
请求体
{ "type": "application/json", "parameters": [], "jsonSchema": { "type": "object", "properties": { "clip_id": { "type": "string", "description": "歌曲 clipId" }, "speed": { "type": "number", "description": "播放速度 0.25~4.0" }, "keep_pitch": { "type": "boolean", "description": "是否保持音调" } }, "required": [ "clip_id", "speed" ], "x-apifox-orders": [ "clip_id", "speed", "keep_pitch" ] }, "required": true, "mediaType": "application/json", "examples": [ { "value": "{\n \"clip_id\": \"a3911719-eded-4585-a4bb-90ea52d786b5\",\n \"speed\": 1.5,\n \"keep_pitch\": true\n}", "mediaType": "application/json", "description": "" } ], "oasExtensions": "" }
响应
[ { "id": 181194996, "name": "", "code": 200, "contentType": "json", "jsonSchema": { "type": "object", "properties": {}, "x-apifox-orders": [] }, "itemSchema": {}, "description": "", "mediaType": "application/json", "headers": [], "oasExtensions": "" } ]