AI music generation — create songs, instrumentals, and soundtracks
~60s
curl https://www.flixly.ai/api/v1/generate \
-H "Authorization: Bearer flx_live_..." \
-H "Content-Type: application/json" \
-d '{
"model": "suno-music",
"prompt": "A beautiful sunset over the ocean",
"type": "TEXT_TO_AUDIO"
}'Get your API key from the Developer Portal.