Skip to main content
POST
Kling O3 Pro — Video Edit
Edit an existing video using a natural-language instruction with the Kling O3 Pro model.

Request Body

string
required
Model slug. Use kling-plus/kling-o3-pro/video-edit for video edit generation.
object
required
Input parameters for video edit generation.
string
HTTPS URL to receive a webhook notification when the job completes or fails.

Pricing

Base cost: 50,000 micro-cents per second ($0.050/sec)
Cost: flat 50,000 micro-cents ($0.050) per video.

Response

string
Unique identifier for the submitted job.
string
Initial job status. Always "pending" on successful submission.
string
ISO 8601 timestamp of the estimated completion time.
number
The cost of the job in micro-cents.

Code Examples