Skip to main content
Endpoint: POST https://api.higgsfield.ai/kling-video/v3.0-turbo/text-to-video Endpoint ID: kling-video/v3.0-turbo/text-to-video Try Kling 3.0 Turbo Text 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 3,072 characters.
integer
default:"5"
Output duration in seconds. Supported range: 315.
string
default:"720p"
Output resolution. Supported values: 720p, 1080p.
string
default:"16:9"
Output aspect ratio. Supported values: 16:9, 9:16, 1:1.

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.