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

Quick Start

Input Schema

string
required
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.
string
default:"mp4"
Container format of the output video. Supported values: mp4, mov.
string
required
Public URL of the source video to edit or extend.
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. Framing follows the source video. First/last-frame inputs are not accepted. Omit duration; the source video determines output length.

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.