{
"prompt": "slow-motion sequence captures the catastrophic implosion of a skyscraper, dust and debris billowing outwards in a chaotic ballet of destruction, while a haunting, orchestral score underscores the sheer power and finality of the event.",
"image_url": "https://v3.fal.media/files/elephant/rkH-9qoXtXu3rAYTsx9V5_image.webp",
"duration": 5, //枚举值 5, 10
"aspect_ratio": // 枚举值 "1:1", "21:9", "16:9", "9:16", "4:3", "3:4"
"cfg_scale": 0.5
}
curl --location --request POST 'https://api.leebay.cyou/jimeng/submit/videos' \
--header 'Authorization: Bearer YOUR_API_KEY ' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "slow-motion sequence captures the catastrophic implosion of a skyscraper, dust and debris billowing outwards in a chaotic ballet of destruction, while a haunting, orchestral score underscores the sheer power and finality of the event.",
"image_url": "https://v3.fal.media/files/elephant/rkH-9qoXtXu3rAYTsx9V5_image.webp",
"duration": 5, //枚举值 5, 10
"aspect_ratio": // 枚举值 "1:1", "21:9", "16:9", "9:16", "4:3", "3:4"
"cfg_scale": 0.5
}'
{
"code": "success",
"message": "",
"data": "4596183399426" // 任务ID
}