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

Usage notes

  • Provide a nonempty image_urls or video_urls array. The combined number of image and video references must not exceed 5; this submission limit is not expressed in the stored JSON Schema.
  • Reference generation is limited to 2–10 seconds and aspect ratios 16:9 or 9:16.

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: 2147483646.
string
required
Write your prompt here
integer
default:"5"
Requested output duration in seconds. Minimum: 2. Maximum: 10.
array
Ordered public image reference URLs. Each item: string. Format: uri.
string
default:"720p"
Output resolution tier. Allowed values: "720p", "1080p".
array
Ordered public video reference URLs. Each item: string. Format: uri.
string
default:"16:9"
Output width-to-height ratio. Allowed values: "16:9", "9:16".
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.