Kling 3.0 API
Complete API reference for Kling 3.0 video generation models by Kuaishou.
Model Variants
This API supports four model variants:
Quick Comparison
Supported Aspect Ratios
Kling 3.0 Text to Video (Std & Pro)
Endpoint
POST /api/v1/video/task
Request Parameters
Required
Optional
Example Request
Std Version:
javascript
Pro Version:
javascript
Kling 3.0 Image to Video (Std & Pro)
Request Parameters
Required
Optional
Example Request
Std Version:
javascript
Pro Version:
javascript
Response Format
Initial Response
json
Polling Response
Poll GET /api/v1/video/{taskId} to check status:
json
Status Values
submitted: Task accepted and waiting to be processedprocessing: Video generation in progresssucceed: Video generation completedfailed: Video generation failed
Processing Time
- Std Version: ~2-4 minutes depending on duration
- Pro Version: ~3-6 minutes depending on duration
Poll every 5-10 seconds. Longer videos (10-15 seconds) may take additional time.
Best Practices
- Describe Motion Clearly: Include camera movements and subject actions in the prompt for more dynamic results
- Use Negative Prompts: Exclude unwanted elements (e.g.,
"blurry, low quality, watermark") to improve output - Guidance Scale: Lower values (0.3-0.5) allow more creative freedom; higher values (0.7-1.0) follow the prompt more strictly
- Image Quality: For image-to-video, use sharp, well-lit input images for best motion quality
- Duration: Start with shorter durations (3-5 seconds) to iterate quickly, then increase for final output
- Tier Selection: Use Std for faster iteration and Pro for final production-quality videos