klingai-video-extension
Installation
SKILL.md
Kling AI Video Extension
Overview
Extend an existing video by appending additional seconds. The extension endpoint takes the task_id of a completed video and generates a seamless continuation.
Endpoint: POST https://api.klingai.com/v1/videos/video-extend
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
task_id |
string | Yes | Task ID of the completed source video |
prompt |
string | No | Motion/scene description for extension |
duration |
string | No | Extension length: "5" (default) |
mode |
string | No | "standard" or "professional" |
model_name |
string | No | Default: "kling-v2-master" |
callback_url |
string | No | Webhook for completion |