Skip to main content
POST
  1. After submission, a task_id is returned. If callback_url is provided, a POST request is sent when the task finishes or fails.
  2. You can always retrieve the result through the unified Query Task Status endpoint.

Wan 2.6 Video Generation

Wan 2.6 includes three models for text, image, and source-video guided generation with multi-shot composition and 1080p output.

Models

  • wan2.6-text-to-video — generates video from a text prompt
  • wan2.6-image-to-video — animates a reference image with a prompt
  • wan2.6-video-to-video — edits or restyles an input video with a prompt

Key Features

  • Duration: 5, 10, or 15 seconds (video-to-video up to 10 seconds)
  • Resolution: 720p or 1080p
  • Multi-Shots: Toggle multi-shot composition for cinematic transitions
  • Prompt Length: Up to 5,000 characters

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.6 model identifier

Available options:
wan2.6-text-to-video,
wan2.6-image-to-video,
wan2.6-video-to-video
callback_url
string<uri>

Webhook callback URL for result notifications

Example:

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

input
object

Input parameters for generation

Response

200 - application/json

Task submitted successfully

code
integer
required

HTTP status code

Example:

200

data
object
required