Skip to content

AceDataCloud/KlingAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Kling Video Generation API

Kling AI video generation service with text-to-video, image-to-video, motion control, and video extension.

Platform API Docs

API home page: Ace Data Cloud - Kling Video Generation

Keywords: kling-ai, ai-video, video-generation, text-to-video, image-to-video, motion-control, rest-api, ai-api, aivideo, AI API, REST API, Developer API, Ace Data Cloud

Why Use Kling Video Generation on Ace Data Cloud

  • Unified developer platform with one API key, billing system, and usage tracking
  • Production-ready AI API endpoints served from https://api.acedata.cloud
  • English integration guides, API references, and service documentation
  • Global-ready workflow for developers building chat, image, video, music, and search products

Overview

The Kling Videos Generation API generates official Kling AI videos by inputting custom parameters such as prompt, action, model, and optional reference images. It supports text-to-video (text2video), image-to-video (image2video), and video extension (extend) actions across a range of Kling models.

The Kling Tasks API queries the execution status of tasks generated by the Kling Videos Generation API or the Kling Motion Generation API using a task ID.

The Kling Motion Generation API generates videos with character motion driven by a reference image and a reference video, keeping character movements consistent with the reference video.

Application Process

To use the Kling Videos Generation API, apply for the corresponding service on the Kling Videos Generation API page. After entering the page, click the "Acquire" button.

There is a free quota available for first-time applicants, allowing you to use this API for free.

Quick Start

curl --request POST "https://api.acedata.cloud/kling/videos" \
  --header "Authorization: Bearer YOUR_API_KEY" \
  --header "Content-Type: application/json" \
  --data '{
    "action": "text2video",
    "model": "kling-v1",
    "prompt": "White ceramic coffee mug on glossy marble countertop with morning window light. Camera slowly rotates 360 degrees around the mug, pausing briefly at the handle."
  }'

APIs and Guides

Explore the supported endpoints and integration guides for Kling Video Generation.

API Path Integration Guidance
Kling Videos Generation API /kling/videos Kling Videos Generation API Integration Guide
Kling Tasks API /kling/tasks Kling Tasks API Integration Guide
Kling Motion Generation API /kling/motion Kling Motion Generation API Integration Guide

Related Resources

Support

If you meet any issue, please check support info or browse the latest documentation on docs.acedata.cloud.

About

AceDataCloud KlingAPI documentation mirror

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors