只重新生成音轨中的某一时间段,其余部分保持不变。
~1-3 min
curl https://www.flixly.ai/api/v1/generate \
-H "Authorization: Bearer flx_live_..." \
-H "Content-Type: application/json" \
-d '{
"model": "replace-section",
"prompt": "A beautiful sunset over the ocean",
"type": "REPLACE_SECTION"
}'在开发者门户获取你的API密钥。