{"model":"wan2.2-i2v-plus","input":{"prompt":"A little cat running under the moonlight","img_url":"https://file.302.ai/gpt/imgs/20250610/5da3c994668c42908e45d74227f21e17.jpg"},"parameters":{"resolution":"1080P","prompt_extend":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
curl--location--request POST 'https://api.302.ai/aliyun/api/v1/services/aigc/video-generation/video-synthesis' \
--header'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--header'Content-Type: application/json' \
--data-raw'{
"model": "wan2.2-i2v-plus",
"input": {
"prompt": "A little cat running under the moonlight",
"img_url": "https://file.302.ai/gpt/imgs/20250610/5da3c994668c42908e45d74227f21e17.jpg"
},
"parameters": {
"resolution": "1080P",
"prompt_extend": true
}
}'