{
"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
}
}
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
}
}'
{
"output": {
"task_status": "PENDING",
"task_id": "3b0d3b6a-b1c7-412d-9ad6-f35ad34cd1bc"
},
"request_id": "7738144b-c7c3-9d0f-b22d-a3dbb47cfec7"
}