š New Models Available: grok-4 now live!
ā Explore New Features
curl --location --request GET 'https://api.cometapi.com/suno/fetch/' \
--header 'Authorization: Bearer {{api-key}}'
{
"code": "success",
"message": "",
"data": {
"task_id": "dcb812bd-40c5-4907-836e-3a7aa9a2e546",
"action": "MUSIC",
"status": "NOT_START",
"fail_reason": "",
"submit_time": 1747203819,
"start_time": 1747203819,
"finish_time": 0,
"progress": "0%",
"data": null
}
}