Skip to content
中文

Multi Image-to-Video

This section contains endpoint-specific behavior, parameters, or usage notes for this API.

curl --location '{{BASE_URL}}/qwen/api/v1/services/aigc/video-generation/video-synthesis'
--header 'X-DashScope-Async: enable'
--header "Authorization: Bearer $DASHSCOPE_API_KEY"
--header 'Content-Type: application/json'
--data '{
"model": "wanx2.1-vace-plus",
"input": {
"function": "image_reference",
"prompt": "In the video, a girl walks gracefully out from the depths of an ancient forest wrapped in morning mist. Her steps are light, and the camera captures each vivid moment. When she stops and looks around at the lush trees, her face blooms into a smile filled with surprise and joy. The scene freezes in an instant of interwoven light and shadow, recording her beautiful encounter with nature.",
"ref_images_url": [
"http://wanx.alicdn.com/material/20250318/image_reference_2_5_16.png",
"http://wanx.alicdn.com/material/20250318/image_reference_1_5_16.png"
]
},
"parameters": {
"prompt_extend": true,
"obj_or_bg": ["obj","bg"],
"size": "1280*720"
}
}'

Success response

{
"output": {
"task_status": "PENDING",
"task_id": "0385dc79-5ff8-4d82-bcb6-xxxxxx"
},
"request_id": "4909100c-7b5a-9f92-bfe5-xxxxxx"
}

Use the returned request_id to query task progress through a GET request.

curl -X GET {{BASE_URL}}/qwen/api/v1/tasks/86ecf553-d340-4e21-xxxxxxxxx
--header "Authorization: Bearer $DASHSCOPE_API_KEY"

This section contains endpoint-specific behavior, parameters, or usage notes for this API. wanx2.1-vace-plus 0.Follow the endpoint-specific flow shown in this page. This section contains endpoint-specific behavior, parameters, or usage notes for this API.