{
"model": "wan3.0-video",
"prompt": "一只小猫在月光下的屋顶上奔跑,城市的霓虹灯在远处闪烁,电影级画质,流畅运镜。",
"resolution": "1080P",
"aspect_ratio": "16:9",
"duration": "5",
"prompt_extend": true,
"audio": true
}curl --location '/v1/videos' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data '{
"model": "wan3.0-video",
"prompt": "一只小猫在月光下的屋顶上奔跑,城市的霓虹灯在远处闪烁,电影级画质,流畅运镜。",
"resolution": "1080P",
"aspect_ratio": "16:9",
"duration": "5",
"prompt_extend": true,
"audio": true
}'{
"id": "0385dc79-5ff8-4d82-bcb6-xxxxxx",
"object": "video",
"model": "wan3.0-video",
"status": "queued",
"progress": 0,
"created_at": 1756000000,
"seconds": "5",
"size": ""
}