Skip to main content
POST
Kling 2.6 — Image to Video
Animate a single input image into a high-quality video with Kling 2.6 — the latest generation of Kling’s image-to-video model with improved motion fidelity. Supports standard and pro quality, multiple aspect ratios, and 5 or 10 second durations.

Request Body

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

Pricing

Base cost: 60,000 micro-cents per second ($0.06/sec)
Default cost: std quality, 5 seconds = 60,000 × 1 × 5 = 300,000 micro-cents ($0.30)

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