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

Usage notes

  • Supply 1–3 reference videos. This endpoint supports only 5 or 10 seconds, unlike the text and image endpoints that also support 15 seconds.

Quick start

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

Input schema

string
required
Write your prompt here
integer
default:"5"
Requested output duration in seconds. Allowed values: 5, 10.
string
default:"720p"
Output resolution tier. Allowed values: "720p", "1080p".
array
required
Ordered public video reference URLs. Minimum items: 1. Maximum items: 3. Each item: string. Format: uri.
string
default:"16:9"
Output width-to-height ratio. Allowed values: "16:9", "9:16", "1:1", "4:3", "3:4".

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.