X-DashScope-Async: enable。/api/v1/services/aigc/image2video/video-synthesis。{
"model": "wan2.2-animate-mix",
"input": {
"image_url": "https://example.com/person.jpeg",
"video_url": "https://example.com/reference.mp4",
"watermark": false
},
"parameters": {
"mode": "wan-std",
"check_image": true
}
}curl --location '/api/v1/services/aigc/image2video/video-synthesis' \
--header 'X-DashScope-Async;' \
--header 'Content-Type: application/json' \
--data '{
"model": "wan2.2-animate-mix",
"input": {
"image_url": "https://example.com/person.jpeg",
"video_url": "https://example.com/reference.mp4",
"watermark": false
},
"parameters": {
"mode": "wan-std",
"check_image": true
}
}'{
"output": {
"task_id": "string",
"task_status": "PENDING"
},
"request_id": "string"
}