Continue an existing track from any point, keeping its style.
~1-3 min
curl https://www.flixly.ai/api/v1/generate \
-H "Authorization: Bearer flx_live_..." \
-H "Content-Type: application/json" \
-d '{
"model": "extend-music",
"prompt": "A beautiful sunset over the ocean",
"type": "TEXT_TO_SPEECH"
}'Get your API key from the Developer Portal.