Generate unlimited AI videos using the Wan 2.2 image-to-video model.
Request
Header Params
Body Params application/json
Example
{"image":"https://d1q70pf5vjeyhc.cloudfront.net/media/fb8f674bbb1a429d947016fd223cfae1/images/1753725817806718561_mlGBzvso.jpeg","prompt":"A lone female traveler walks through a sand-swept desert. A wide shot shows her faltering steps, scarf fluttering. A side view captures wind brushing her garments. Finally, a close-up reveals her determined eyes.","seed":-1}
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://api.302.ai/ws/api/v3/wavespeed-ai/wan-2.2/i2v-5b-720p' \
--header'Authorization: Bearer ' \
--header'Content-Type: application/json' \
--data-raw'{
"image": "https://d1q70pf5vjeyhc.cloudfront.net/media/fb8f674bbb1a429d947016fd223cfae1/images/1753725817806718561_mlGBzvso.jpeg",
"prompt": "A lone female traveler walks through a sand-swept desert. A wide shot shows her faltering steps, scarf fluttering. A side view captures wind brushing her garments. Finally, a close-up reveals her determined eyes.",
"seed": -1
}'