Skip to main content
POST
Video to Video Edit

Overview

Edit existing videos using the Kling V3 Omni model:
  • Video editing — modify existing videos with text prompts
  • Video input — provide the source video URL via video
  • Element references — reference up to 4 elements when using reference video
  • Standard / Professional modes — 720P (std) or 1080P (pro) output

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
prompt
string
required

Text prompt describing the desired edit.

Maximum string length: 2500
video
string
required

Video URL to edit.

negative_prompt
string | null

Negative prompt to exclude unwanted content.

images
string[]

Optional list of reference image URLs or Base64 strings.

elements
object[]

Element list. Combined count of images and elements must not exceed 4 when using reference video.

Maximum array length: 4
mode
enum<string>
default:pro

Generation mode. std for standard quality (720P), pro for higher quality (1080P).

Available options:
std,
pro
aspect_ratio
enum<string> | null

Aspect ratio of the generated video.

Available options:
16:9,
9:16,
1:1

Response

Accepted - Task created successfully

task_info
object