Skip to main content
Endpoint: POST https://api.higgsfield.ai/bytedance/seedance-2.0/image-to-video Endpoint ID: bytedance/seedance-2.0/image-to-video Try Seedance 2.0 Image 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, 1080p, 4k.
boolean
default:"true"
Generate synchronized audio for the output video.
integer
default:"5"
Output duration in seconds. Supported range: 415.
string
required
Public URL of the first frame.
string
Optional public URL of the last frame.
Use public media URLs; asset:// references are not supported. Framing follows the input image. Do not send reference arrays or video_url. 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.