快速、经济的视频模型——文本生成视频与图像生成视频(首帧、尾帧或参考图),可选同步音频。适合快速草稿和大批量社交短片。
~30s
curl https://www.flixly.ai/api/v1/generate \
-H "Authorization: Bearer flx_live_..." \
-H "Content-Type: application/json" \
-d '{
"model": "seedance-2-mini",
"prompt": "A beautiful sunset over the ocean",
"type": "TEXT_TO_VIDEO"
}'在开发者门户获取你的API密钥。