ModelSell Docs
VideosKling

Kling Video API Overview

Organizes Kling video APIs by call type, matching the structure of the official Kling documentation.

Kling video documentation is split by call type. Each page follows the same shape as the official docs: create task, headers, request body notes, cURL example, then single-task and list-task queries. Paths in these pages are ModelSell proxy paths: add the /kling prefix before the official Kling path, while request bodies, response shapes, and other parameters stay aligned with the official API. For field details, model capabilities, and enum values, see the official Kling documentation.

API Families

Call typeApplies toPage
Kling 3.0 Turbokling-3.0-turbo text-to-video, image-to-video, /kling/tasks queriesKling 3.0 Turbo Tasks
Text to videoKling 3.0 & 3.0 Omni, 2.6, 2.5 Turbo, 2.1 Master, 2.0 Master, 1.6, 1.0Text to Video
Image to videoKling 3.0 & 3.0 Omni, 2.6, 2.5 Turbo, 2.1 Master, 2.1, 2.0 Master, 1.6, 1.5, 1.0Image to Video
Omni videoKling 3.0 & 3.0 Omni, Kling O1Omni Video Generation
Motion controlKling 3.0 & 3.0 Omni, Kling 2.6, motion-control pageMotion Control
Multi-image to videoKling 1.6Multi-Image to Video
Multimodal video editingKling 1.6 selection editing workflowMultimodal Video Editing
Video extensionKling 1.6, 1.5, 1.0Video Extension
Lip syncFace detection, lip-sync task creation, task queriesLip Sync
AvatarAvatar image-to-video and TTSAvatar
Audio generationText-to-audio and video-to-audioAudio Generation
Elements and voicesCustom elements, preset elements, custom voices, preset voicesElements and Voices
Image recognitionImage-recognition helper capabilityImage Recognition

Common Rules

Most requests use:

Content-Type: application/json
Authorization: Bearer {apikey}

Most /kling/v1/videos/* async jobs expose:

MethodPurpose
POST /kling/v1/videos/{capability}Create task
GET /kling/v1/videos/{capability}/{id}Query one task
GET /kling/v1/videos/{capability}?pageNum=1&pageSize=30List tasks

Kling 3.0 Turbo is different: it creates tasks through /kling/text-to-video/kling-3.0-turbo and /kling/image-to-video/kling-3.0-turbo, then queries through /kling/tasks.

On this page