Kling 3.0 Turbo integration
Key capabilities
- Dual input modes: Generate video from a text prompt (t2v) or animate a first-frame image (i2v)
- Resolution by generate endpoint: Dedicated
720p(standard high definition) and1080p(full high definition) generate endpoints per mode - Unified task tracking: One generic list endpoint and one generic status endpoint per mode, for tasks of any resolution
- Fast generation: Turbo-optimized pipeline for shorter processing times than standard Kling 3.0 models
- Flexible durations: Any whole number from 3 to 15 seconds, default
5 - Aspect ratios (t2v):
16:9landscape,9:16portrait, and1:1square - Prompt control: Up to 3072 characters in text-to-video, up to 2500 characters of motion guidance in image-to-video
- Async processing: Webhook notifications or polling for task completion
- 24-hour delivery: Generated MP4 video is returned via a URL valid for 24 hours
Use cases
- Social media content: Produce vertical
9:16clips for TikTok, Instagram Reels, and YouTube Shorts - Marketing videos: Animate product images or generate brand content from prompts at scale
- Rapid prototyping: Iterate quickly on creative concepts thanks to fast Turbo generation
- Concept visualization: Turn static designs into motion for pitches and previews
- Ad variations: Generate multiple resolutions, aspect ratios, and durations from a single concept
Generation modes
API Operations
Text-to-Video (t2v)
Generate a video from a text description using the 720p or 1080p endpoint, then track it with the generic list and status endpoints. Generation returns a task ID for async polling or webhook notification.POST /v1/ai/text-to-video/kling-v3-turbo-720p
POST /v1/ai/text-to-video/kling-v3-turbo-1080p
GET /v1/ai/text-to-video/kling-v3-turbo
GET /v1/ai/text-to-video/kling-v3-turbo/{task-id}
Image-to-Video (i2v)
Animate a first-frame image using the 720p or 1080p endpoint, then track it with the generic list and status endpoints. Generation returns a task ID for async polling or webhook notification.POST /v1/ai/image-to-video/kling-v3-turbo-720p
POST /v1/ai/image-to-video/kling-v3-turbo-1080p
GET /v1/ai/image-to-video/kling-v3-turbo
GET /v1/ai/image-to-video/kling-v3-turbo/{task-id}
Endpoint structure
Parameters
Resolution is determined by the generate endpoint you call (-720p or -1080p) and is not a body parameter.
Text-to-Video
Image-to-Video
Frequently Asked Questions
What is Kling 3.0 Turbo and how does it work?
What is Kling 3.0 Turbo and how does it work?
webhook_url to be notified when the task completes, then download the MP4 video from the returned URL (valid for 24 hours).How do I choose 720p or 1080p?
How do I choose 720p or 1080p?
-720p endpoint for standard high definition or the -1080p endpoint for full high definition. Task listing and status use a single generic endpoint per mode, regardless of the resolution.Do I need different endpoints to check task status by resolution?
Do I need different endpoints to check task status by resolution?
GET /v1/ai/text-to-video/kling-v3-turbo (and /{task-id}) covers all text-to-video tasks, and GET /v1/ai/image-to-video/kling-v3-turbo (and /{task-id}) covers all image-to-video tasks, whether they were generated at 720p or 1080p.What is the difference between text-to-video and image-to-video?
What is the difference between text-to-video and image-to-video?
16:9, 9:16, or 1:1). Image-to-video animates a first-frame image you provide; the aspect ratio is inherited from that image and the prompt is optional, used only to guide motion and style.What video durations does Kling 3.0 Turbo support?
What video durations does Kling 3.0 Turbo support?
5). Shorter durations generate faster.What aspect ratios are available?
What aspect ratios are available?
16:9 (landscape), 9:16 (portrait), and 1:1 (square). Image-to-video does not accept an aspect ratio parameter; the output ratio is inherited from the source image.What image formats and sizes are supported for image-to-video?
What image formats and sizes are supported for image-to-video?
How long does generation take and how do I get the result?
How long does generation take and how do I get the result?
webhook_url to be notified on completion. The result MP4 is delivered via a URL that remains valid for 24 hours.What are the rate limits for Kling 3.0 Turbo?
What are the rate limits for Kling 3.0 Turbo?
How much does Kling 3.0 Turbo cost?
How much does Kling 3.0 Turbo cost?
Best practices
- Resolution choice: Use the
-720pgenerate endpoint for faster generation and the-1080pgenerate endpoint when you need maximum detail - Prompt writing: Be specific about the scene, subjects, motion, camera movement, lighting, and visual style for better results
- Negative descriptions inline: Steer the model away from artifacts by adding phrases like “no text, no blur” directly in the prompt
- Image selection (i2v): Use clear, high-resolution images within the 300x300px to 50MB range and the 1:2.5 to 2.5:1 aspect ratio bounds
- Duration selection: Start at 3-5 seconds for fast iterations, then increase up to 15 seconds for final outputs
- Production integration: Use webhooks instead of polling for scalable applications
- Result retrieval: Download the output promptly, as the delivery URL is valid for 24 hours
Related APIs
- Kling 3: Standard Kling 3.0 model for higher-fidelity output
- Kling 2.6: Previous-generation Kling with motion control
- WAN 2.7: Alternative t2v and i2v model with multi-shot sequences
- Runway Gen-4 Turbo: Fast i2v alternative with cinematic quality