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 O1
kuaishou/kling-o1-video-edit
elements
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
curl -X POST https://api.unifically.com/v1/tasks \ -H "Content-Type: application/json" \ -H "Authorization: Bearer YOUR_API_KEY" \ -d '{ "model": "kuaishou/kling-o1-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-o1-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" } }