Skip to main content
POST
Kling V2.5 Turbo Image-to-Video
Kling 2.5 Turbo Image-to-Video can generate cinematic videos from a single image and a prompt, with smooth motion and content that closely matches the intended direction. It features a new text-temporal engine, enhanced motion performance, and faster inference speed.
This is an asynchronous API and 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
The first-frame image for the video. Supported image formats include .jpg, .jpeg, and .png. The image file size must not exceed 10MB, and the resolution must be at least 300*300 pixels.
string
required
The positive prompt text for generating the video; must not exceed 2500 characters.
string
default:"5"
The duration of the generated video (in seconds).Available values: 5, 10
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 undesired content; must not exceed 2500 characters.

Response Information

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.