š New Models Available: grok-4 now live!
ā Explore New Features
gpt_description_prompt
(string): The prompt for the music generation. It's basically a sentence or a few words what you want your song about.prompt
(string): The prompt for the music submission.tags
(string): Tags associated with the music submission.mv
(string): The version of the music submission.title
(string): The title of the music submission.prompt
(string): The prompt for the music submission.tags
(string): Tags associated with the music submission.mv
(string): The version of the music submission.title
(string): The title of the music submission.task_id
(string): Identifier for the task associated with the music submission.continue_clip_id
(string): Identifier for the clip to continue from.continue_at
(string): Position to continue from in the music submission.negative_tags
(string): Negative tags associated with the music submission.1. Inspiration Mode
{
"mv": "chirp-auk",
"gpt_description_prompt": "cat"
}
2.Customization Mode
{
"prompt": "[Verse]\nWalking down the streets\nBeneath the city lights\nNeon signs flickering\nLighting up the night\nHeart beating faster\nLike a drum in my chest\nI'm alive in this moment\nFeeling so blessed\n\nStilettos on the pavement\nStepping with grace\nSurrounded by the people\nMoving at their own pace\nThe rhythm of the city\nIt pulses in my veins\nLost in the energy\nAs my worries drain\n\n[Verse 2]\nConcrete jungle shining\nWith its dazzling glow\nEvery corner hiding secrets that only locals know\nA symphony of chaos\nBut it's music to my ears\nThe hustle and the bustle\nWiping away my fears",
"tags": "emotional punk",
"mv": "chirp-v4",
"title": "City Lights"
}
3. Continued
{
"prompt": "[Verse]\nWalking down the streets\nBeneath the city lights\nNeon signs flickering\nLighting up the night\nHeart beating faster\nLike a drum in my chest\nI'm alive in this moment\nFeeling so blessed\n\nStilettos on the pavement\nStepping with grace\nSurrounded by the people\nMoving at their own pace\nThe rhythm of the city\nIt pulses in my veins\nLost in the energy\nAs my worries drain\n\n[Verse 2]\nConcrete jungle shining\nWith its dazzling glow\nEvery corner hiding secrets that only locals know\nA symphony of chaos\nBut it's music to my ears\nThe hustle and the bustle\nWiping away my fears",
"tags": "bass-driven atmospheric heavy metal",
"negative_tags": "dance",
"mv": "chirp-v4",
"title": "City Lights",
"task_id": "736a6f88-bd29-4b1e-b110-37132a5325ac",
"continue_clip_id": "736a6f88-bd29-4b1e-b110-37132a5325ac_1",
"continue_at": 80,
"task": "extend"
}
4.Create music using persona_id
* **Notes:**
* mv should be chirp-v3-5-tau or chirp-v4-tau or chirp-auk
* task should be artist_consistency
* persona_id is the returned id obtained from the create persona interface step
* artist_clip_id is the clip_id from the generate music step
{
"prompt": "[Verse]\nYou're always warm by my side from dawn to dusk\nThe wind and rain don't scare me\nHolding hands and never parting\n\n[Verse 2]\nWith you here I'm not alone\nLike the stars in the night\nThe road is long, but it's not too far\nBecause you're my light\n\n[Chorus]\nHusband, husband, I love you\nYou're the only one in the world\nWhether it be in the The ends of the earth\nHeart like a shadow never leaves\n\n[Verse 3]\nYou're my haven\nEvery night I dream of you\nEven if the road ahead is hard\nEverything's beautiful with you\n\n[Chorus]\nHubby, hubby, I love you\nYou're the only one in the world\nWherever at the ends of the earth\nHeart like a shadow never leaves\n\n[Bridge]\nLife Every moment \n with you to experience \n all tomorrow is better \n because of you I am invincible",
"generation_type": "TEXT",
"tags": "electronic, pop",
"negative_tags": "",
"mv": "chirp-v4-tau",
"title": "husband",
"task_id": "f8fa553b-62a5-4091-9b5f-06e6f8817976",
"task": "artist_consistency",
"persona_id": "05bf9685-ab17-4b3b-93f6-0537f13f9e17",
"artist_clip_id": "bd9cfdee-2010-4fdd-ab08-eaa6ac6a86d8"
}
curl --location --request POST 'https://api.cometapi.com/suno/submit/music' \
--header 'Authorization: Bearer {{api-key}}' \
--header 'Content-Type: application/json' \
--data-raw '1. Inspiration Mode
{
"mv": "chirp-auk",
"gpt_description_prompt": "cat"
}
2.Customization Mode
{
"prompt": "[Verse]\nWalking down the streets\nBeneath the city lights\nNeon signs flickering\nLighting up the night\nHeart beating faster\nLike a drum in my chest\nI'\''m alive in this moment\nFeeling so blessed\n\nStilettos on the pavement\nStepping with grace\nSurrounded by the people\nMoving at their own pace\nThe rhythm of the city\nIt pulses in my veins\nLost in the energy\nAs my worries drain\n\n[Verse 2]\nConcrete jungle shining\nWith its dazzling glow\nEvery corner hiding secrets that only locals know\nA symphony of chaos\nBut it'\''s music to my ears\nThe hustle and the bustle\nWiping away my fears",
"tags": "emotional punk",
"mv": "chirp-v4",
"title": "City Lights"
}
3. Continued
{
"prompt": "[Verse]\nWalking down the streets\nBeneath the city lights\nNeon signs flickering\nLighting up the night\nHeart beating faster\nLike a drum in my chest\nI'\''m alive in this moment\nFeeling so blessed\n\nStilettos on the pavement\nStepping with grace\nSurrounded by the people\nMoving at their own pace\nThe rhythm of the city\nIt pulses in my veins\nLost in the energy\nAs my worries drain\n\n[Verse 2]\nConcrete jungle shining\nWith its dazzling glow\nEvery corner hiding secrets that only locals know\nA symphony of chaos\nBut it'\''s music to my ears\nThe hustle and the bustle\nWiping away my fears",
"tags": "bass-driven atmospheric heavy metal",
"negative_tags": "dance",
"mv": "chirp-v4",
"title": "City Lights",
"task_id": "736a6f88-bd29-4b1e-b110-37132a5325ac",
"continue_clip_id": "736a6f88-bd29-4b1e-b110-37132a5325ac_1",
"continue_at": 80,
"task": "extend"
}
4.Create music using persona_id
* **Notes:**
* mv should be chirp-v3-5-tau or chirp-v4-tau or chirp-auk
* task should be artist_consistency
* persona_id is the returned id obtained from the create persona interface step
* artist_clip_id is the clip_id from the generate music step
{
"prompt": "[Verse]\nYou'\''re always warm by my side from dawn to dusk\nThe wind and rain don'\''t scare me\nHolding hands and never parting\n\n[Verse 2]\nWith you here I'\''m not alone\nLike the stars in the night\nThe road is long, but it'\''s not too far\nBecause you'\''re my light\n\n[Chorus]\nHusband, husband, I love you\nYou'\''re the only one in the world\nWhether it be in the The ends of the earth\nHeart like a shadow never leaves\n\n[Verse 3]\nYou'\''re my haven\nEvery night I dream of you\nEven if the road ahead is hard\nEverything'\''s beautiful with you\n\n[Chorus]\nHubby, hubby, I love you\nYou'\''re the only one in the world\nWherever at the ends of the earth\nHeart like a shadow never leaves\n\n[Bridge]\nLife Every moment \n with you to experience \n all tomorrow is better \n because of you I am invincible",
"generation_type": "TEXT",
"tags": "electronic, pop",
"negative_tags": "",
"mv": "chirp-v4-tau",
"title": "husband",
"task_id": "f8fa553b-62a5-4091-9b5f-06e6f8817976",
"task": "artist_consistency",
"persona_id": "05bf9685-ab17-4b3b-93f6-0537f13f9e17",
"artist_clip_id": "bd9cfdee-2010-4fdd-ab08-eaa6ac6a86d8"
}'
{
"code": "success",
"message": "",
"data": "736a6f88-bd29-4b1e-b110-37132a5325ac"
}