Kling-Image2Video-V2.1-Standard API Usage Guide
Overview
The Kling-Image2Video-V2.1-Standard model generates videos from reference images using state-of-the-art generative AI methods. This model is perfect for creating dynamic video content from static images with enhanced dynamics, aesthetics, and prompt adherence.Authentication
All API requests require authentication using an API key. Include your API key in the Authorization header:Submit Video Generation Request
Endpoint
Request Format
Request Parameters
| Parameter | Type | Required | Description | Default | Constraints |
|---|---|---|---|---|---|
prompt | string | No | Text prompt describing the desired video | "" | Max 2500 characters |
image | string | Yes | Reference image (Base64 or URL) | - | JPG/JPEG/PNG, max 10MB, min 300px dimensions, aspect ratio 1:2.5 to 2.5:1 |
duration | string | No | Video length in seconds | ”5” | Options: “5”, “10” |
negative_prompt | string | No | Text describing what to avoid | "" | Max 2500 characters |
cfg_scale | float | No | Generation flexibility control | 0.5 | Higher = less flexibility, stronger prompt adherence |
Response
Check Request Status
Endpoint
Example
Response
Request Status Values
| Status | Description |
|---|---|
queued | Request is waiting to be processed |
processing | Video generation is in progress |
success | Video generation completed successfully |
failed | Video generation failed |
cancelled | Request was cancelled |
List Your Requests
Endpoint
Example
Get Model Information
Endpoint
Example
List Available Models
Endpoint
Example
Response
Image Requirements
- Formats: JPG, JPEG, PNG
- Max Size: 10MB
- Min Dimensions: 300px width and height
- Aspect Ratio: Between 1:2.5 and 2.5:1
Tips for Better Results
- Clear Prompts: Use descriptive, specific prompts for better video quality
- High-Quality Images: Use sharp, well-lit reference images
- Appropriate CFG Scale:
- Lower values (0.3–0.5): More creative, less prompt adherence
- Higher values (0.7–1.0): More faithful to prompt, less creative