Skip to main content
POST
Kling 3.0 Standard — Start-End Frame to Video
Generate high-quality videos from start and end frame images with Kling 3.0 Standard. The model interpolates between the two frames to create smooth video transitions with optional audio generation.

Request Body

string
required
Model slug. Use kling/kling-3.0-standard/start-end-frame-to-video for start-end-frame-to-video generation.
object
required
Input parameters for start-end-frame-to-video generation.
string
HTTPS URL to receive a webhook notification when the job completes or fails.

Pricing

Base cost: 84,000 micro-cents per second ($0.084/sec)
Default cost: 5 seconds, no sound = 84,000 × 5 × 1 = 420,000 micro-cents ($0.42)

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