Skip to main content
POST
Wan 2.2 Image-to-Video
Wan 2.2 (Wanxiang 2.2) Professional image-to-video model generates videos based on a first-frame image and text. It delivers significant improvements in visual detail and motion stability.
This is an asynchronous API and only returns the task_id of the asynchronous task. You should use this task_id to request the Get Task Result API to retrieve the video generation result.

Request Headers

string
required
Enum value: application/json
string
required
Bearer authentication format: Bearer {{API Key}}.

Request Body

object
required
Basic input information, such as the prompt.
object
required
Video processing parameters, such as the specified output video resolution and video duration.

Response Information

string
required
The task_id of the asynchronous task. You should use this task_id to request the Get Task Result API to obtain the generation result.