Overview
After writing music, get the complete music of the original music and the merged music
Authentication
This endpoint requires authentication using a Bearer token.
Authorization
string
default:"sk-***********"
required
Your API key in the format: Bearer YOUR_API_KEY
Request Body
clip_id
string
default:"186653a1-ef95-4db5-8808-af10247267ce"
Clip Id parameter
Request Example
curl -X POST "https://gptproto.com/suno/generate/concat/v2" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"clip_id": "186653a1-ef95-4db5-8808-af10247267ce",
"is_infill": false
}'
Response
Error Responses
{
"error": {
"message": "Invalid signature",
"type": "401"
}
}