Kling O3 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 O3 (3.0 Omni) API Pricing, Playground, and Integration
Access Kling O3 through EvoLink's unified API gateway. Run text-to-video, image-to-video, reference-to-video, and video editing workflows with one integration, online testing, and 3-15 second output support.
Kling O3 pricing starts at $0.075 per second on EvoLink, compared to $0.084 on the official Kling API. Access all four video modes — text-to-video, image-to-video, reference-to-video, and video editing — with free credits to start.

Kling O3 overview and what changed from Kling 3.0
Kling O3 (Kling 3.0 Omni) is the most capable video model in the Kling AI family. It extends Kling 3.0 with reference-to-video and video editing — four modes total through a single API.
Choose O3 over standard Kling 3.0 when your workflow needs more than prompt-driven generation. Available on EvoLink at $0.075/s (vs $0.084 official) with free credits and playground access.
Kling O3 API video modes
Kling O3 Text-to-Video API
Generate videos directly from text prompts with Kling O3. 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 O3 Image-to-Video and Reference-to-Video API
Use images or reference videos to guide generation. Kling O3 supports image-to-video and reference-to-video modes, giving teams precise control over visual style, character consistency, and scene composition.

Kling O3 Video Editing API
Edit and transform existing footage with Kling O3's video editing mode. Apply style transfers, adjust scenes, and refine content without starting from scratch — ideal for iterating on commercial content at scale.

Why teams use Kling O3 through EvoLink
Kling O3 combines four production-ready video modes in one model family, while EvoLink gives teams unified access, predictable billing, and a faster integration path.
Four specialized modes
Text, image, reference, and editing modes cover the full video creation workflow.
Latest V3 Omni architecture
Built on Kling's newest generation for improved quality and consistency.
Flexible 3-15s output
Generate videos from 3 to 15 seconds with per-second billing.
How to integrate the Kling O3 API
Test a mode online, send an async request, and move approved outputs into production.
Choose your mode
Select text-to-video, image-to-video, reference-to-video, or video editing based on your workflow needs.
Submit a generation task
Send your request with prompts, images, or references. 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.
Core capabilities of Kling O3
Four production-ready video modes through one unified API
Text-to-video generation
Generate videos purely from text descriptions. Kling O3 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 O3 animate them with natural motion and scene dynamics.
Reference video guidance
Use existing videos as references to guide new generation. This mode helps maintain visual consistency and style across multiple outputs.
AI video editing
Edit and transform existing footage with AI-powered tools. Apply style changes, scene adjustments, and creative transformations without manual editing.
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.
V3 Omni architecture
Built on Kling's latest V3 Omni foundation, delivering improved visual quality, better motion coherence, and more accurate prompt following.
Kling O3 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 O3 series, Kling V3 Image-to-Video, 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 O3 series, Kling V3 Image-to-Video, 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