/suno/fetch/{id} or batch POST /suno/fetch for results.Authorization: ********************{
"prompt": "An epic orchestral piece for a fantasy movie trailer",
"style": "epic orchestral, cinematic",
"title": "string",
"lyrics": "string",
"make_instrumental": false,
"custom_mode": false,
"model": "chirp-v4",
"wait_audio": false
}curl --location --request POST 'https://api.ccapi.ai//suno/submit/MUSIC' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "An epic orchestral piece for a fantasy movie trailer",
"style": "epic orchestral, cinematic",
"title": "string",
"lyrics": "string",
"make_instrumental": false,
"custom_mode": false,
"model": "chirp-v4",
"wait_audio": false
}'{
"code": 200,
"message": "success",
"data": {
"taskId": "string",
"status": "PENDING"
}
}