Authorization: Bearer ********************{
"model": "wan2.5-i2v-preview",
"input": {
"image_url": "https://example.com/image.jpg",
"prompt": "让图片中的场景动起来"
},
"parameters": {
"resolution": "720P",
"duration": 5
}
}curl --location --request POST '/wan/api/v1/services/aigc/image2video/image-to-video' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "wan2.5-i2v-preview",
"input": {
"image_url": "https://example.com/image.jpg",
"prompt": "让图片中的场景动起来"
},
"parameters": {
"resolution": "720P",
"duration": 5
}
}'{
"output": {
"task_id": "string",
"task_status": "PENDING"
},
"request_id": "string",
"usage": {
"duration": 0
}
}