Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Edit videos with Kling 3.0 Omni
kuaishou/kling-3.0-omni-video-edit
video_url
prompt
video_mode
"reference"
"transform"
keep_audio
false
mode
"std"
"pro"
aspect_ratio
"16:9"
"1:1"
"9:16"
image_urls
@Image1
@Image2
elements
"elements": [ {"description": "Woman in red jacket", "type": "image", "image_urls": ["front.jpg", "side.jpg"]}, {"description": "Man dancing", "type": "video", "video_url": "dance.mp4"} ]
description
""
type
"image"
"video"
curl -X POST https://api.unifically.com/v1/tasks \ -H "Content-Type: application/json" \ -H "Authorization: Bearer YOUR_API_KEY" \ -d '{ "model": "kuaishou/kling-3.0-omni-video-edit", "input": { "prompt": "Transform into anime style", "video_url": "https://example.com/video.mp4", "video_mode": "reference", "mode": "pro" } }'
curl -X POST https://api.unifically.com/v1/tasks \ -H "Content-Type: application/json" \ -H "Authorization: Bearer YOUR_API_KEY" \ -d '{ "model": "kuaishou/kling-3.0-omni-video-edit", "input": { "prompt": "Replace the person with @Image1", "video_url": "https://example.com/video.mp4", "video_mode": "transform", "image_urls": ["https://example.com/person.jpg"], "mode": "pro" } }'
{ "code": 200, "success": true, "data": { "task_id": "abc123def456", "status": "processing" } }