Authorization: Bearer ********************
{
"prompt": "rock, pop soul, electronic, ",
"lyrics": "In the garden, seeds of dreams,Growing wild, bursting at the seams.Nature whispers, soft and clear,Feel the warmth, the sun draws near.In the garden, seeds of dreams,Growing wild, bursting at the seams.Nature whispers, soft and clear,Feel the warmth, the sun draws near.",
"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": "studio130-v1.5",
"config": {
"mode": "regular"
}
}
curl --location --request POST 'https://api.musicapi.ai/api/v1/studio/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "rock, pop soul, electronic, ",
"lyrics": "In the garden, seeds of dreams,Growing wild, bursting at the seams.Nature whispers, soft and clear,Feel the warmth, the sun draws near.In the garden, seeds of dreams,Growing wild, bursting at the seams.Nature whispers, soft and clear,Feel the warmth, the sun draws near.",
"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": "studio130-v1.5",
"config": {
"mode": "regular"
}
}'
{
"code": "success",
"message": "",
"data": "1938c07e-be59-4cfe-af63-55c22201e10b"
}