{ "clip_id": "56ea8da3-8507-4118-9f1e-111111111111" }
curl --location --request POST 'https://one.api4gpt.com/suno/v1/v3.0/music/concat' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {{YOUR_API_KEY}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "clip_id": "56ea8da3-8507-4118-9f1e-111111111111" }'
{ "code": 200, "data": { "task_id": "56ea8da3-8507-4118-9f1e-111111111111" }, "message": "success" }