Kling 3.0 Turbo only uses the upgraded API. The model is selected by the endpoint path, so the request body does not contain
model_name and does not use the Legacy /kling/v1/videos/... structure.Supported capabilities
Both workflows support 720p and 1080p output and durations from 3 to 15 seconds. Text-to-video additionally supports
16:9, 9:16, and 1:1 aspect ratios.
Text to video
cURL
Multi-shot prompts
Kling 3.0 Turbo can generate one to six shots from a structured prompt:Image to video
cURL
contents array accepts one prompt item and one first_frame item. Kling 3.0 Turbo currently supports a first frame only; it does not support an end frame or first-and-end-frame input.
Asynchronous task flow
Creation returns a task insubmitted, processing, succeeded, or failed state. Query one or more task IDs through:
data[].outputs[]. Result URLs are temporary and are cleared after 30 days, so download and store the video promptly.
Kling 3.0 Turbo API reference
Review every request field and the upgraded task response schema.