Skip to main content
POST
Wan 2.2 Animate Move
Generate animated videos using Wan’s advanced AI model.

Authentication

All API requests require a Bearer Token.

Create a Video Generation Task

Overview

Wan - Animate Move uses an input video and an input image to generate an animated video.

Request Body

string
required
Must be wan/2-2-animate-move.
object
required

Input Parameters

The input object contains the parameters used to generate the video.
string
required
Use video_url must point to the uploaded input video.Supported video types:
  • video/mp4
  • video/quicktime
  • video/x-matroska
Maximum file size: 10 MB.
string
required
The image_url must contain the URL of an uploaded image. The value must be an uploaded file URL, not the file content itself.Note: If the input image does not match the selected aspect ratio, it is resized and center-cropped.Supported image types:
  • image/jpeg
  • image/png
  • image/webp
Maximum file size: 10 MB
string
default:"480p"
Specify the resolution of the generated video.Supported output resolutions:
  • 480p
  • 580p
  • 720p
Default: 480p

Example Request

Successful Response

number
Response status code.
string
Response message. Contains the error description when the request fails.Example: success
object
required
The task data object containing task id.
string
required
The unique identifier for this task.Example: task_123456

Query Task Status

After submitting a task, use the unified query endpoint to check the task progress and retrieve the generated results.

Get Task Details

Check task status, monitor generation progress, and retrieve results.

Response Codes