Skip to main content
Endpoint: POST https://api.higgsfield.ai/alibaba/wan-3.0/text-to-video Endpoint ID: alibaba/wan-3.0/text-to-video Try Wan 3.0 Text to VideoOpen this endpoint in the Higgsfield API Playground.

Quick Start

Input Schema

string
required
Text instructions for the video. You can describe multiple shots and synchronized dialogue, ambience, or music.
string
default:"1080p"
Supported values: 480p, 720p, 1080p.
string
default:"adaptive"
Supported values: adaptive, 16:9, 4:3, 1:1, 3:4, 9:16.
integer
default:"5"
Output duration in seconds. Supported range: 230.
boolean
default:"true"
Generate synchronized dialogue, ambience, sound effects, and music.
boolean
default:"false"
Enable additional reasoning for complex instructions.
integer
Optional integer seed from 0 to 2147483647 for reproducibility.

Output Schema

string
required
Request state. A newly accepted request returns queued.
string
required
Stable identifier used for polling, cancellation, and support.
string
required
URL to poll until the request reaches a terminal state.
string
required
URL used to cancel a request before processing starts.
object
Completed video output containing its download url.

Input Example

Output Example

Use an SDK for automatic polling, or poll the returned status URL.