extend_video
Extend a completed Kling v2.5 Turbo video by creating a continuation task. Provide the source task ID to generate an extended clip with optional prompt, returning task status and output URLs.
Instructions
Create a Kling task on RunAPI (extend video). Returns a task id, status, and output URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Extension quality mode. | |
| wait | No | Poll until the task reaches a terminal status. | |
| model | No | RunAPI model slug for this model line. | |
| prompt | No | Optional description for the continuation. | |
| timeout_ms | No | ||
| callback_url | No | Webhook URL for async notifications. | |
| source_task_id | Yes | Completed Kling v2.5 Turbo source task ID. | |
| poll_interval_ms | No |