Wan 2.7 Image-to-Video transforms reference images into smooth, high-quality cinematic videos. You can guide the generation using a single start frame or define precise transitions by providing both start and end frames. Combined with text prompts, it outputs stunning 720P or 1080P videos up to 15 seconds in duration. Additionally, it supports audio input for synchronized rhythm and pacing , alongside negative prompts to avoid unwanted elements, giving you absolute creative control.
Request
Authorization
Header Params
Body Params application/jsonRequired
Example
{"prompt":"Generate a smooth and natural martial arts fight video based on the first and last frames of the bamboo forest duel. Keep the character appearance and bamboo forest scene consistent, ensure coherent movements, natural light and shadow transition, and restore the martial arts atmosphere.","firstImageUrl":"https://www.runninghub.cn/view?filename=8612a0cfecc9e3d2ec68a89070bccc87788f68fc5609ddfb11120749e46c81e7.jpg&type=input&subfolder=&Rh-Comfy-Auth=eyJ1c2VySWQiOiIzZjY1MTNlNWEwNjY1N2I4OGYyNjU5NTEzYmU3ZDM0YyIsInNpZ25FeHBpcmUiOjE3NzU4MzU1MjM4OTQsInRzIjoxNzc1MjMwNzIzODk0LCJzaWduIjoiMDgwZjQ5OTExZDMxYTVhMzNiMzI5OGJkNWE0MjM0YTEifQ==&Rh-Identify=3f6513e5a06657b88f2659513be7d34c&rand=0.3477989656505561","lastImageUrl":"https://www.runninghub.cn/view?filename=749553f108589cc945859673785ab734d0e0b7e729e6c9382fcd3b5b6e7c45bc.jpg&type=input&subfolder=&Rh-Comfy-Auth=eyJ1c2VySWQiOiIzZjY1MTNlNWEwNjY1N2I4OGYyNjU5NTEzYmU3ZDM0YyIsInNpZ25FeHBpcmUiOjE3NzU4MzU1MjM4OTQsInRzIjoxNzc1MjMwNzIzODk0LCJzaWduIjoiMDgwZjQ5OTExZDMxYTVhMzNiMzI5OGJkNWE0MjM0YTEifQ==&Rh-Identify=3f6513e5a06657b88f2659513be7d34c&rand=0.5128757916216357","resolution":"720P","duration":"5","promptExtend":true}
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://www.runninghub.ai/openapi/v2/alibaba/wan-2.7/image-to-video' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Content-Type: application/json' \
--data-raw'{
"prompt": "Generate a smooth and natural martial arts fight video based on the first and last frames of the bamboo forest duel. Keep the character appearance and bamboo forest scene consistent, ensure coherent movements, natural light and shadow transition, and restore the martial arts atmosphere.",
"firstImageUrl": "https://www.runninghub.cn/view?filename=8612a0cfecc9e3d2ec68a89070bccc87788f68fc5609ddfb11120749e46c81e7.jpg&type=input&subfolder=&Rh-Comfy-Auth=eyJ1c2VySWQiOiIzZjY1MTNlNWEwNjY1N2I4OGYyNjU5NTEzYmU3ZDM0YyIsInNpZ25FeHBpcmUiOjE3NzU4MzU1MjM4OTQsInRzIjoxNzc1MjMwNzIzODk0LCJzaWduIjoiMDgwZjQ5OTExZDMxYTVhMzNiMzI5OGJkNWE0MjM0YTEifQ==&Rh-Identify=3f6513e5a06657b88f2659513be7d34c&rand=0.3477989656505561",
"lastImageUrl": "https://www.runninghub.cn/view?filename=749553f108589cc945859673785ab734d0e0b7e729e6c9382fcd3b5b6e7c45bc.jpg&type=input&subfolder=&Rh-Comfy-Auth=eyJ1c2VySWQiOiIzZjY1MTNlNWEwNjY1N2I4OGYyNjU5NTEzYmU3ZDM0YyIsInNpZ25FeHBpcmUiOjE3NzU4MzU1MjM4OTQsInRzIjoxNzc1MjMwNzIzODk0LCJzaWduIjoiMDgwZjQ5OTExZDMxYTVhMzNiMzI5OGJkNWE0MjM0YTEifQ==&Rh-Identify=3f6513e5a06657b88f2659513be7d34c&rand=0.5128757916216357",
"resolution": "720P",
"duration": "5",
"promptExtend": true
}'