Skip to main content
Endpoint: POST https://api.higgsfield.ai/bytedance/seedance-2.5/reference-to-video Endpoint ID: bytedance/seedance-2.5/reference-to-video Try Seedance 2.5 Reference To VideoOpen this endpoint in the Higgsfield API Playground.

Quick Start

Input Schema

string
Text instructions describing the desired output. Must not be empty when provided.
string
default:"720p"
Output video resolution. Supported values: 480p, 720p.
boolean
default:"true"
Generate synchronized audio for the output video.
integer
default:"5"
Output duration in seconds. Supported range: 430.
string
default:"16:9"
Output aspect ratio. Use an explicit ratio for reference-to-video requests. Supported values: 16:9, 4:3, 1:1, 3:4, 9:16, 21:9.
string
default:"mp4"
Container format of the output video. Supported values: mp4, mov.
array
Public reference image URLs. Accepts 130 URLs when provided.
array
Public reference video URLs. Accepts 110 URLs when provided.
array
Public reference audio URLs. Accepts 110 URLs when provided.
Use public media URLs; asset:// references are not supported. Provide at least one reference image, video, or audio file. Set an explicit aspect_ratio. Automatic duration (-1) is not supported.

Output Schema

string
required
Request state. A newly accepted request returns queued.
string
required
Identifier used for polling and cancellation.
string
required
URL to poll for request status.
string
required
URL used to cancel the 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.