Authorization: Bearer ********************
{
"model": "seedream-3.0",
"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": "16:9", // 枚举值 "1:1", "21:9", "16:9", "9:16", "4:3", "3:4"
"cfg_scale": 0.5
}
curl --location --request POST 'https://api.chatfire.cn/jimeng-video/v1/tasks' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "seedream-3.0",
"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": "16:9", // 枚举值 "1:1", "21:9", "16:9", "9:16", "4:3", "3:4"
"cfg_scale": 0.5
}'
{"task_id":"4343085092610","code":0,"status":"SUBMITTED","created_at":"2025-05-07T19:28:58.694809"}