How to Use the Kling 3.0 Standard API: video to video integration guide (2026)
Learn how to call the Kling 3.0 Standard API on NamiFusion: parameters, pricing (from ≈$0.130) and runnable copy-paste code — try it in the playground first.
Kling 3.0 Standard is a video to video model by Kling: Kling 3.0 Standard Motion Control transfers motion from reference videos to animate still images. Upload a character image and a motion clip (dance, action, gesture), and the model extracts the movement to generate smooth, realistic video. Ready-to-use REST inference API, best performance, no cold starts, affordable pricing. On NamiFusion you can try it in the playground (exact quote shown before you submit), then call it through one unified REST API — a typical run costs about $0.130.
TL;DR
· Task type: video to video, provided by Kling
· Pricing: about $0.130 per typical run ($1 = 100 credits), pay-as-you-go
· Getting started: playground (exact quote before submit) → create an API key → one POST request
· Tunable parameters: 8 (see the table below)
· No platform watermark; commercial use allowed (per the Terms of Service)
What can you build with Kling 3.0 Standard?
Short-form video and ad clips: go from a prompt or a single image to publishable motion content.
Product demos and concept previews: validate storyboards and visual direction cheaply before any shoot.
A social content factory: batch vertical clips and ride trending topics fast.
Remixing existing assets: image-to-video brings static work to life and extends its lifespan.
How do you call this API?
1. Sign up on NamiFusion and create a key on the API Keys page (free credits on signup).
2. Submit a task with the cURL example below, passing your key as a Bearer token.
3. Poll the task status with the returned task_uuid and read the output URLs when completed.
# 1) Submit — returns { "task_uuid": "..." }
curl -X POST "https://www.namifusion.com/api/v1/marketplace/run/kwaivgi/kling-v3.0/motion-control" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"input": {
"image": "https://assets.namifusion.com/uploads/image/e6d71928-36de-4d71-a26c-9b1b427a6dfd/2026-03-27/0847e5142a20.jpg?imageMogr2/thumbnail/600x/format/webp/quality/85",
"prompt": "Generate a smooth and natural animation of the character performing the uploaded dance sequence with vibrant colors and realistic motion.",
"negative_prompt": "Avoid jerky movements, unrealistic proportions, or overly saturated colors.",
"resolution": "720P",
"shot_type": "intelligent",
"character_orientation": "video",
"keep_original_sound": true
}
}'
# 2) Poll until status is "completed", then read the output URLs
curl "https://www.namifusion.com/api/v1/marketplace/run/tasks/TASK_UUID" \
-H "Authorization: Bearer YOUR_API_KEY"What parameters does it take?
image (Image): required
prompt (Prompt): optional
negative_prompt (Negative Prompt): optional
resolution (Generation Mode): optional, default "720P"
shot_type (Shot Type): optional, default "customize"
element_list (Element List): optional
character_orientation (Character Orientation): optional
keep_original_sound (Keep Original Sound): optional, default true
How do you write prompts for Kling 3.0 Standard?
1. Subject first: lead with the actor and action, then add environment, lighting and style ("an astronaut sprinting through a neon street in the rain, cinematic, shallow depth of field").
2. Concrete nouns beat stacked adjectives: "85mm portrait lens, golden-hour backlight" works far better than "very beautiful, ultra high quality".
3. Change one variable per iteration: pin the seed to reproduce a result, tweak a single phrase at a time so you know what actually moved the output.
4. State negatives positively: instead of "no blur", ask for "sharp focus, crisp details".
How much does it cost?
Pay-per-use in credits. A typical run costs about $0.130 ($1 = 100 credits); the exact price varies with parameters like resolution or duration, and the playground shows the exact quote before you submit.
Kling 3.0 Standard
Effortless Motion Transfer for Realistic Video Animation
Kling V3.0 Standard Motion Control enables seamless motion transfer from reference videos to still character images. By uploading a character image and a motion clip (e.g., dance, action, gesture), this model generates smooth, realistic videos where your character mimics the movements in the reference video. With no cold starts and affordable pricing, Kling V3.0 is optimized for high performance and immediate results.
🚀 Key Features
- Motion Transfer: Extracts movements from reference videos and applies them to character images.
- Character Preservation: Maintains the visual identity of the character throughout the animation process.
- Flexible Orientation: Choose between image-based or video-based orientation for precise control.
- Audio Preservation: Option to retain the original sound from the reference video.
- Prompt Guidance: Use prompts to refine the animation style and motion transfer.
- No Cold Starts: Instant inference with optimized REST API performance.
🛠️ Technical Specifications
| Parameter | Description |
|---|---|
| Model Architecture | Motion Control (Image-to-Video) |
| Input Formats | Image: .jpg, .jpeg, .png (Max size: 10MB, Min dimensions: 300px, Aspect ratio: 1:2.5 to 2.5:1) |
| Output Formats | Video (Duration matches reference video: 3–30 seconds) |
| Orientation Modes | Image-based (Max duration: 10s) or Video-based (Max duration: 30s) |
| Prompt | Optional positive prompt to guide motion transfer |
| Negative Prompt | Optional negative prompt to exclude unwanted elements |
| Audio Options | Retain original sound (default: enabled) |
| Latency | Optimized for real-time inference |
💰 Pricing
| Resolution | Price per Second (USD) |
|---|---|
| 720P | 0.1260 |
| 1080P | 0.1680 |
| 4K | 0.3780 |
FAQ
Can I try it for free first?+
Signup gives you free credits, but they currently apply only to selected in-app face-swap features — this model is pay-as-you-go. The playground still lets you try it without code, with the exact quote shown before you submit.
Can I use the output commercially? Is there a watermark?+
Yes, outputs are yours to use commercially, and NamiFusion adds no platform watermark — subject to the Terms of Service and applicable law.
What is the content policy?+
NamiFusion is an unfiltered engine: no arbitrary restrictions and NSFW-friendly, but illegal content and non-consensual use of real people are prohibited — see the Terms of Service.
How long does a Kling 3.0 Standard task take?+
It depends on parameters — images usually take seconds, videos tens of seconds to minutes. The API returns a task_uuid for polling.
What are the resolution and duration limits?+
See the parameter table above — each model lists its available resolution and duration options there and in the playground.