cURL
curl --request POST \ --url https://api.mountsea.ai/suno/v2/adjustSpeed \ --header 'Content-Type: application/json' \ --data ' { "clip_id": "<string>", "speed_multiplier": 123, "keep_pitch": true, "title": "<string>" } '
{ "taskId": "<string>" }
调整现有音频片段的播放速度
0.25
0.5
1.0
1.5
2.0
4.0
true
false
curl -X POST https://api.mountsea.ai/suno/v2/adjustSpeed \ -H "Content-Type: application/json" \ -H "Authorization: Bearer your-api-key" \ -d '{ "clip_id": "your-clip-id", "speed_multiplier": 1.45, "keep_pitch": true, "title": "My Song (1.45x)" }'
{ "taskId": "15c257ff-43f7-4678-bd41-202ad6b8488b" }
keep_pitch