Skip to main content
POST
Kling 3.0 — Image-to-Video Elements
Generate videos from an input image, prompt, and character reference elements with Kling 3.0. Supports multi-character compositions, std/pro quality tiers, and durations from 3 to 15 seconds.

Request Body

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

Pricing

Base cost: 85,000 micro-cents per second ($0.085/sec)
Default cost: 5 seconds, std quality = 85,000 × 5 × 1 = 425,000 micro-cents ($0.425)

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