Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
将剪辑片段还原为完整歌曲
POST /api/v1/music/concat
clip_id
{ "code": 0, "message": "ok", "request_id": "req-1710000000000", "data": { "id": "abc123def456", "status": 20, "audioUrl": "https://cdn.example.com/audio/abc123def456.mp3", "cld2AudioUrl": "https://cdn.example.com/audio/abc123def456_full.mp3", "duration": 180 } }
id
cld2AudioUrl
duration
curl -X POST https://api.example.com/api/v1/music/concat \ -H "Authorization: Bearer sk-mm-your-key" \ -H "Content-Type: application/json" \ --max-time 600 \ -d '{ "clip_id": "abc123def456" }'