Edit and transform videos using Kling v3.0 Omni Video Edit with support for reference images and elements.Documentation Index
Fetch the complete documentation index at: https://docs.unifically.com/llms.txt
Use this file to discover all available pages before exploring further.
Model
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
video_url | string | Yes | - | Source video URL to edit |
prompt | string | Yes | - | Text prompt describing the edit |
video_mode | string | No | "reference" | Edit mode: "reference" (use video as style guide) or "transform" (restyle the video) |
keep_audio | boolean | No | false | Preserve original audio from the source video |
mode | string | No | "std" | "std" (720p) or "pro" (1080p) |
aspect_ratio | string | No | "16:9" | "1:1", "9:16", or "16:9" |
image_urls | string[] | No | - | Reference image URLs (max 4). Use @Image1, @Image2 in prompt |
elements | array | No | - | Character/object elements (max 4) |
Elements
Elements are created automatically from your input, used during generation, then auto-deleted on completion.| Parameter | Type | Default | Description |
|---|---|---|---|
description | string | "" | Short description of the element (max 100 chars) |
type | string | "image" | Element source type: "image" or "video" |
image_urls | string[] | - | Source image URLs for an image element (max 4) |
video_url | string | - | Source video URL for a video element |
