去除视频背景,得到干净的主体抠像,可直接合成到任意场景。可选保留音频和设置背景色。
~30s
curl https://www.flixly.ai/api/v1/generate \
-H "Authorization: Bearer flx_live_..." \
-H "Content-Type: application/json" \
-d '{
"model": "video-background-removal",
"prompt": "A beautiful sunset over the ocean",
"type": "VIDEO_TO_VIDEO"
}'在开发者门户获取你的API密钥。