{
"prompt": "A prompt for music generation",
"music_length_ms": 10000
}
curl --location --request POST 'https://api.302.ai/elevenlabs/music/detailed?response_format=url' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "A prompt for music generation",
"music_length_ms": 10000
}'
{
"url": "https://file.302.ai/gpt/imgs/20250822/cd8adb38850518132d753274322930ca.mp3"
}