v1-pro/text-to-video

This documentation is valid for the following list of our models:

  • kling-video/v1/pro/text-to-video

Model Overview

This model converts textual descriptions into high-quality video content. Provides advanced camera control options, including more sophisticated movements and stabilization. Maximum Video Length: 10 s.

Setup your API Key

If you don’t have an API key for the AI/ML API yet, feel free to use our Quickstart guide.

How to Make a Call

Generating a video using this model involves making two sequential API calls:

  • The first one is for creating and sending a video generation task to the server (returns a generation ID).

  • The second one is for requesting the generated or extended video from the server using the generation ID received from the first endpoint.

Below, you can find both corresponding API schemas.

API Schema

Create a video generation task and send it to the server

Retrieve the generated video from the server

After sending a request for video generation, this task is added to the queue. Based on the service's load, the generation can be completed in seconds or take a bit more.

Last updated

Was this helpful?