Skip to main content
POST
Kling-o1 Video Edit
Kling Omni Video O1 video editor supports conversational video editing through natural language commands. With simple text instructions such as “remove pedestrians” or “change daytime to dusk”, you can remove objects, replace backgrounds, modify styles, adjust weather/lighting, and transform scenes.
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
Video URL.
array
default:"[]"
Reference images containing elements, scenes, styles, etc. Up to 4 images.Array length: 0 - 4
string
required
Positive prompt for generation.
boolean
default:false
Whether to use fast mode.
string
Aspect ratio of the generated video.Possible values: 16:9, 9:16, 1:1
boolean
default:true
Whether to keep the original audio from the video.

Response

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