从任意位置续写现有音轨,并保持其风格。
~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": "EXTEND_MUSIC"
}'在开发者门户获取你的API密钥。