Authorization: Bearer ********************
{
"prompt": "A submarine crew discovering an underwater civilization, orchestral, cinematic",
"lyrics": "",
"lyrics_type": "generate",
"bypass_prompt_optimization": false,
"seed": -1,
"song_section_start": 0.4,
"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.gptgod.online/udio/generate-proxy' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "A submarine crew discovering an underwater civilization, orchestral, cinematic",
"lyrics": "",
"lyrics_type": "generate",
"bypass_prompt_optimization": false,
"seed": -1,
"song_section_start": 0.4,
"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"
}
}'
{"message":"Success","generation_id":"0b77a2ce-980c-4a33-bf37-2deac7adaab1","track_ids":["ff89d562-4b05-4e31-a0d6-ad9795d599ee","0d23e494-4576-4d55-bb44-bbe31f8d785e"]}