Skip to main content
← Wan 2.6 Endpoint: POST https://api.higgsfield.ai/wan/v2.6/image-to-video Endpoint ID: wan/v2.6/image-to-video ▶Open API PlaygroundWan 2.6 · Image to video↗

Usage notes

  • Setting multi_shots=true also enables prompt_extend, even if prompt_extend was false.
  • Input images may be resized to fit a 1,440-pixel maximum dimension before generation. A last-frame input is unsupported.

Quick start

Replace the example media URLs with publicly accessible URLs for your own files before submitting.

Input schema

integer
Seed used to control generation randomness. Minimum: -1. Maximum: 10000000.
string
required
Write your prompt here
integer
default:"5"
Requested output duration in seconds. Allowed values: 5, 10, 15.
string
Public URL of the audio reference. Format: uri.
string
required
Public URL of the input image. Format: uri.
string
default:"720p"
Output resolution tier. Allowed values: "480p", "720p", "1080p".
boolean
default:"false"
See the complete JSON schema below.
boolean
default:"false"
Enable prompt expansion.
string
default:""
Content or visual features to avoid.

Response

Submission returns a request handle. Poll status_url until status is completed, or use webhooks.
Accepted
A completed response includes the following output fields:
See polling, request errors and authentication for shared request handling.