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

Quick Start

Input Schema

string
required
Text instructions for the output. Refer to assets by order, such as Image 1, Video 1, or Audio 1.
array
Public reference image URLs. Accepts up to 10 items.
array
Public reference video URLs. Accepts up to 5 clips with a maximum combined duration of 30 seconds.
array
Public WAV or MP3 reference URLs. Accepts up to 5 files with a maximum combined duration of 30 seconds.
string
Public document URL used as context. Supported document types include PDF, DOCX, XLSX, PPTX, TXT, and Markdown. Cannot be combined with link_url.
Public web page URL used as context. Cannot be combined with file_url.
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; input video duration plus output duration cannot exceed 30 seconds.
boolean
default:"true"
Generate synchronized dialogue, ambience, sound effects, and music.
boolean
default:"false"
Enable additional reasoning. Automatically enabled when file_url or link_url is provided.
integer
Optional integer seed from 0 to 2147483647 for reproducibility.
Provide at least one reference input. file_url and link_url are mutually exclusive.

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.