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"
}
5. Dubbing: {
"mv": "chirp-bluejay",
"tags": "Pop rap, uplifting, magnetic male vocals, piano, synth, electric guitar, driving bass, clear structure",
"title": "Hi Insterumental",
"underpainting_clip_id": "3c332c7c-85e5-4d36-9949-9af0521af891",
"underpainting_start_s": 0,
"underpainting_end_s": 37.9,
"task": "underpainting",
"prompt": "",
"override_fields": [
"prompt",
"tags"
]
}
6. Lyrics: {
"mv": "chirp-bluejay",
"tags": "A smooth, soulful R&B track with a moderate tempo and a relaxed, laid-back feel. The instrumentation features a clean electric guitar playing arpeggiated chords, a prominent bass guitar providing a walking bass line, and a drum kit with a soft, brushed snare sound. The male lead vocal is smooth and melodic, with a baritone range and a slightly melancholic tone. The song is in a minor key, contributing to its introspective mood. Production elements include a subtle reverb on the vocals and guitar, creating a spacious and intimate atmosphere. The song structure follows a typical verse-chorus format with a clear melodic progression.",
"title": "Hi vocal",
"overpainting_clip_id": "3c332c7c-85e5-4d36-9949-9af0521af891",
"overpainting_start_s": 0,
"overpainting_end_s": 37.9,
"task": "overpainting",
"prompt": "yourself ",
"override_fields": [
"prompt",
"tags"
]
}'