Skip to main content
POST
Kling V2.5 Turbo Text-to-Video
Kling 2.5 Turbo is an advanced text-to-video model capable of generating ultra-smooth motion, cinematic visuals, and content that closely matches the prompt.
This is an asynchronous API that only returns the asynchronous task’s task_id. You should use this task_id to request the Get Task Result API to retrieve the video generation result.

Request Headers

string
required
Enum value: application/json
string
required
Bearer authentication format: Bearer {{API Key}}.

Request Body

string
required
Positive text prompt that guides generation. Maximum length: 2500 characters.
string
default:"5"
Duration of the generated video (seconds).Available values: 5, 10
string
default:"16:9"
Aspect ratio of the output video.Available values: 16:9, 9:16, 1:1
number
Controls the flexibility of video generation. The higher the value, the more closely the generated content adheres to the prompt and the lower the creative freedom.Value range: 0 to 1
string
default:"pro"
Video generation mode. Available values:
  • pro: Professional mode
string
Negative prompt used to avoid unwanted content. Maximum length: 2500 characters.

Response

string
required
The task_id of the asynchronous task. You should use this task_id to request the Get Task Result API to obtain the generation result.