为音轨生成可分享的视频,可选添加艺术家与站点署名。
~1-2 min
curl https://www.flixly.ai/api/v1/generate \
-H "Authorization: Bearer flx_live_..." \
-H "Content-Type: application/json" \
-d '{
"model": "create-music-video",
"prompt": "A beautiful sunset over the ocean",
"type": "CREATE_MUSIC_VIDEO"
}'在开发者门户获取你的API密钥。