Kling 3.0 API
Price: $0.014(~ 1 credits) per request
Highest stability with guaranteed 99.9% uptime. Recommended for production environments.
Use the same API endpoint for all versions. Only the model parameter differs.
Choose whether to create element from images or video
Frontal view of the subject — must contain a visible human face (1 image)
Click to upload or drag and drop
Supported formats: JPG, JPEG, PNG
Maximum file size: 10MB; Maximum files: 1
Other angle reference images — must contain a visible human face (optional, 1-3)
Click to upload or drag and drop
Supported formats: JPG, JPEG, PNG
Maximum file size: 10MB; Maximum files: 3
Name of the subject element (max 20 characters)
Description of the subject element (max 100 characters)
No video URL found in response
Check console for details
History
Max 20 items0 running · 0 completed
Billing Rules
- •Fixed price: 1 Credit per element creation
- •Full refund on failure
- •Estimated processing time: ~10 minutes
Pricing
| Model | Mode | Type | Price |
|---|---|---|---|
| Kling Custom Element | Element Creation | Element Creation | $0.014/ request(1 Credits) |
If it's down, we automatically use the next cheapest available—ensuring 99.9% uptime at the best possible price.
Kling 3.0 API Pricing, Playground, and Integration
Access Kling 3.0 through EvoLink's unified API. Use text-to-video and image-to-video routes with async delivery, per-second pricing, and one integration path for production workflows.
Kling 3.0 pricing starts at $0.075 per second on EvoLink, compared to $0.084 on the official Kling API. Generate 3-15 second videos from text or images with free credits to start, no deposit required.

Kling 3.0 overview and version history
Kling 3.0 is the standard video generation model in the Kling AI family by Kuaishou. Two modes — text-to-video and image-to-video — produce 3-15 second clips at 720p or 1080p with per-second billing.
Compared to Kling 2.1 and 1.6, version 3.0 improved motion quality, scene coherence, and prompt adherence. It also added multi-shot support, AI sound effects, and subject control for consistent characters across clips. Access Kling 3.0 on EvoLink with free credits, a built-in playground, and pricing lower than the official rate.
Kling 3.0 API video modes and workflow features
Kling 3.0 Text-to-Video API
Generate videos directly from text prompts with Kling 3.0. Describe scenes, actions, and styles in natural language and let the model produce 3-15 second clips ready for marketing, social media, or creative projects.

Kling 3.0 Image-to-Video API
Use images to guide video generation. Kling 3.0 supports image-to-video mode, giving teams precise control over visual style, character consistency, and scene composition.

Kling 3.0 Multi-Shot and Sound Effects
Create complex multi-shot videos with scene transitions and add AI-generated sound effects. Kling 3.0 supports customizable shot sequences and audio generation for professional-quality output.

Why teams use Kling 3.0 through EvoLink
Kling 3.0 gives teams text-to-video and image-to-video access through one gateway, making pricing, routing, and production integration easier to manage.
One API for two core Kling 3.0 modes
Use the same integration path for text-to-video and image-to-video, instead of splitting implementation across separate vendor setups.
Cleaner production integration
Async task handling, one API key, and unified billing make it easier to run Kling 3.0 inside internal tools, creator products, and automation workflows.
Predictable per-second pricing
3-15 second output windows and visible quality options help teams estimate cost before sending production traffic.
How to integrate the Kling 3.0 API
From input to production-ready video in three steps.
Choose your mode
Select text-to-video or image-to-video based on your workflow needs.
Submit a generation task
Send your request with prompts or images. Track the async task until results are ready.
Review and iterate
Download results, compare variations, and reuse the same structure for fast iteration across campaigns.
Kling 3.0 API capabilities
Text-to-video and image-to-video access through one production-ready gateway
Text-to-video generation
Generate videos purely from text descriptions. Kling 3.0 interprets natural language prompts to produce dynamic video content without requiring any visual input.
Image-to-video transformation
Transform static images into dynamic videos. Provide reference images and let Kling 3.0 animate them with natural motion and scene dynamics.
Multi-shot support
Create complex multi-shot videos with customizable scene transitions, per-shot prompts, and duration control for professional video production.
Sound effects
Add AI-generated sound effects to your videos. Toggle sound on or off based on your needs, with transparent pricing for audio generation.
Per-second billing
Pay only for what you generate with per-second billing. Videos range from 3 to 15 seconds, giving teams precise cost control for every project.
720p & 1080p quality
Choose between standard 720p and high-quality 1080p output resolution to balance quality and cost for your specific use case.
Kling 3.0 API FAQ
Everything you need to know about the product and billing.
All Kling AI Models
EvoLink provides unified API access to the full Kling model family: All models share the same API key. Switch models with one parameter.
API Reference
Select endpoint
Authentication
All APIs require Bearer Token authentication.
Authorization:
Bearer YOUR_API_KEY/v1/videos/generationsCreate Element
Kling Custom Element (kling-custom-element) creates reusable subjects (elements) from reference images or videos. Created elements can be referenced in Kling V3 Image-to-Video, Kling O3 series, and Kling V3 Motion Control video generation via element_list for consistent character appearance.
Asynchronous processing mode, use the returned task ID to query status.
Upon completion, result_data will contain the element_id for use in video generation.
Important Notes
- This model creates reusable elements (subjects), not videos. No prompt/duration/quality/aspect_ratio parameters needed.
- The reference image or video must contain a clearly visible human face.
- Fixed pricing: 1 Credit per element creation. Full refund on failure.
- Estimated processing time: approximately 10 minutes.
- After successful creation, use the returned element_id in Kling V3 Image-to-Video, Kling O3 series, and Kling V3 Motion Control video generation via element_list.
Request Parameters
modelstringRequiredDefault: kling-custom-elementModel name for custom element creation.
kling-custom-elementmodel_params.element_namestringRequiredName for the element (subject) being created.
Notes
- Max 20 characters
MyCharactermodel_params.element_descriptionstringRequiredDescription of the element, used to help the model understand the subject characteristics.
Notes
- Max 100 characters
A young male character with short hair, wearing a white T-shirtmodel_params.reference_typestringRequiredType of reference material used to create the element.
| Value | Description |
|---|---|
| image_refer | Use reference images to create element |
| video_refer | Use reference video to create element |
image_refermodel_params.element_image_listobjectOptionalReference image list for element creation. Required when reference_type is image_refer.
Notes
- Conditionally required: must be provided when reference_type = image_refer
- frontal_image (string): URL of the frontal reference image (recommended)
- refer_images (array): Additional reference images, each with an image_url field
- Use clear, well-lit images with the subject clearly visible for best results
- The reference images must contain a clearly visible human face
{"frontal_image": "https://example.com/front.jpg", "refer_images": [{"image_url": "https://example.com/side.jpg"}]}model_params.element_video_listobjectOptionalReference video for element creation. Required when reference_type is video_refer.
Notes
- Conditionally required: must be provided when reference_type = video_refer
- video_url (string): URL of the reference video
- The reference video must contain a clearly visible human face
{"video_url": "https://example.com/reference.mp4"}model_params.element_voice_idstringOptionalVoice ID to assign to the element. The voice will be used when the element speaks in generated videos.
Notes
- Optional parameter — only supported when reference_type = video_refer
- Not available for image_refer (image-based element creation does not support voice assignment)
- See the Voice ID Reference section below for all available voice IDs
829824295735410756callback_urlstringOptionalHTTPS callback address after task completion.
Notes
- Triggered on completion, failure, or cancellation
- HTTPS only, no internal IPs
- Max length: 2048 chars
- Timeout: 10s, Max 3 retries
https://your-domain.com/webhooks/element-task-completed