POST /suno/submit/UPSAMPLE_TAGS
{"code":"success","data":"task_xxx"}
GET /suno/fetch/{id}
POST /suno/fetch
data.status
data.data
Authorization: Bearer <CCAPI token>
task_xxx
TaskDto
data
{ "tags": "jazz, smooth, saxophone" }
curl --location --request POST 'https://api.ccapi.ai//suno/submit/UPSAMPLE_TAGS' \ --header 'Content-Type: application/json' \ --data-raw '{ "tags": "jazz, smooth, saxophone" }'
{ "code": "success", "message": "task completed successfully", "data": "task_7f11c4b772f44710ac0fae0d5b3dc4c1" }