Skip to main content
POST
Kling-o1 Text to Video
Kling Omni Video O1 is the first unified multimodal video model powered by MVL (Multimodal Vision Language) technology. Its text-to-video mode generates cinematic videos from text prompts with subject consistency, natural physics simulation, and precise semantic understanding.
This is an async API that only returns the task_id of the async task. Use the task_id to call the Get Async Task Result API to retrieve the generated result.

Request Headers

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

Request Body

string
required
Positive prompt for generation.Length limit: 0 - 2500
integer
default:5
Duration of the generated media in seconds.Possible values: 5, 10
string
default:"16:9"
Aspect ratio of the generated video.Possible values: 16:9, 9:16, 1:1

Response

string
required
Use the task_id to call the Get Async Task Result API to retrieve the generated output.