Skip to main content
Endpoint: POST https://api.higgsfield.ai/kling-video/v3.0-turbo/image-to-video Endpoint ID: kling-video/v3.0-turbo/image-to-video Try Kling 3.0 Turbo Image to VideoOpen the model in the Higgsfield Playground with your own inputs.

Quick Start

Input Schema

string
required
Natural-language instructions describing the desired output. Kling uses up to the first 2,500 characters.
integer
default:"5"
Output duration in seconds. Supported range: 315.
string
required
Publicly accessible source image URL.
string
default:"720p"
Output resolution. Supported values: 720p, 1080p.

Output Schema

string
required
Request state. A newly accepted request returns queued.
string
required
Stable identifier used for polling, cancellation, and support.
string
required
URL to poll until the request reaches a terminal state.
string
required
URL used to cancel a 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.