š New Models Available: grok-4 now live!
ā Explore New Features
{
"prompt": "dance",
"notify_hook": "https://xxx.com"
}
curl --location --request POST 'https://api.cometapi.com/suno/submit/lyrics' \
--header 'Authorization: Bearer {{api-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "dance",
"notify_hook": "https://xxx.com"
}'
{
"code": "success",
"data": "f2900fb6-a054-4b3c-a886-2e46afa5f166",
"message": ""
}