{
"gen_params": {
"prompt": "rock, pop soul, electronic, ",
"lyrics": "[Verse 1]\nIn the silence, echoes fade, footsteps in the ground \nTime's slipping, memories made, with whispers all around \nAs the stars dim, shadows play, we take our final bow .....",
"lyrics_type": "user",
"bypass_prompt_optimization": false,
"seed": -1,
"song_section_start": 0,
"song_section_end": 1,
"lyrics_placement_start": 0,
"lyrics_placement_end": 0.95,
"prompt_strength": 0.5,
"clarity_strength": 0.25,
"lyrics_strength": 0.5,
"generation_quality": 0.75,
"negative_prompt": "",
"model_type": "udio130-v1.5",
"config": {
"mode": "regular"
}
}
}
curl --location --request POST 'https://api.gptnb.ai/udio/v1/submit/music' \
--header 'Content-Type: application/json' \
--data-raw '{
"gen_params": {
"prompt": "rock, pop soul, electronic, ",
"lyrics": "[Verse 1]\nIn the silence, echoes fade, footsteps in the ground \nTime'\''s slipping, memories made, with whispers all around \nAs the stars dim, shadows play, we take our final bow .....",
"lyrics_type": "user",
"bypass_prompt_optimization": false,
"seed": -1,
"song_section_start": 0,
"song_section_end": 1,
"lyrics_placement_start": 0,
"lyrics_placement_end": 0.95,
"prompt_strength": 0.5,
"clarity_strength": 0.25,
"lyrics_strength": 0.5,
"generation_quality": 0.75,
"negative_prompt": "",
"model_type": "udio130-v1.5",
"config": {
"mode": "regular"
}
}
}'
{
"code": "success",
"message": "",
"data": "8b171b81-30c0-40a0-85de-627abad34eb6"
}