Skip to main content
POST
Kling 2.6 Pro — Text to Video
Generate high-quality videos from text descriptions with Kling 2.6 Pro. Supports multiple aspect ratios, durations, and optional audio generation.

Request Body

string
required
Model slug. Use kling/kling-2.6-pro/text-to-video for text-to-video generation.
object
required
Input parameters for text-to-video generation.
string
HTTPS URL to receive a webhook notification when the job completes or fails.

Pricing

Base cost: 70,000 micro-cents per second ($0.07/sec)
Default cost: 5 seconds, no sound = 70,000 × 5 × 1 = 350,000 micro-cents ($0.35)

Response

string
Unique identifier for the submitted job.
string
Initial job status. Always "pending" on successful submission.
string
ISO 8601 timestamp of the estimated completion time.
number
The cost of the job in micro-cents.

Code Examples