Skip to main content
POST
Submit Wan 2.5 Image-to-Video Task
  1. After submission, a task_id will be returned. If you provided a callback_url, when the task status becomes finished or failed, a POST request will be sent to the callback_url.
  2. Regardless of whether callback_url is provided, you can retrieve the response result through the unified Query Task Status endpoint.

Wan 2.5 Image-to-Video

wan2.5-image-to-video is a higher-quality single-image animation model with broader resolution support than the Wan 2.2 fast line.

Available Model

  • wan2.5-image-to-video - Animate a single image into a video clip

Key Parameters

  • Image URLs: exactly 1 required
  • Resolution: 480p, 720p, or 1080p
  • Duration: 5 or 10 seconds
  • Optional Controls: audio, negative_prompt, seed

Authorizations

Authorization
string
header
required

All API endpoints require Bearer Token authentication

Get your API Key:

Visit the API Key Management Page to get your API Key

Add it to the request header:

Body

application/json
model
enum<string>
required

Wan 2.5 image-to-video model identifier

Available options:
wan2.5-image-to-video
input
object
required

Input parameters for generation

callback_url
string<uri>

Webhook callback URL for result notifications

Example:

"https://your-domain.com/callback"

Response

200 - application/json

Task submitted successfully

code
integer
required

HTTP status code

Example:

200

data
object
required