Seedance 2.0 15% OFF | Create in Video Generator →
Kuaishou·video·From $0.63/run

Kling 3.0 Motion Control API

Kuaishou Kling 3.0 Motion Control — transfers motion from a reference video to animate a still character image. Upload a character image plus a motion clip (dance, action, gesture); the model extracts the movement to generate smooth, realistic video. Standard and Pro tiers.

Standard and Pro tiers, with pricing scaled to the reference video's duration (3-30 seconds). Pair a character image with a motion reference; output is smooth, realistic video of the character performing the referenced motion.

About the Kling 3.0 Motion Control API

What Kling 3.0 Motion Control does, how it fits in the Kuaishou model lineup, and why teams reach for it.

Kling 3.0 Motion Control is a video generation model from Kuaishou, available through the WaveSpeedAI REST API. Kuaishou Kling 3.0 Motion Control — transfers motion from a reference video to animate a still character image. Upload a character image plus a motion clip (dance, action, gesture); the model extracts the movement to generate smooth, realistic video. Standard and Pro tiers.

Standard and Pro tiers, with pricing scaled to the reference video's duration (3-30 seconds). Pair a character image with a motion reference; output is smooth, realistic video of the character performing the referenced motion.

The Kling 3.0 Motion Control family on WaveSpeedAI ships 1 REST endpoint covering Motion-Control workflow. Each variant carries its own pricing, parameter knobs, and example outputs — pick the one that matches your input modality and production constraints, or call several from the same API key to compose multi-step pipelines.

Run Kling 3.0 Motion Control through the same API key, billing account, and rate-limit envelope you use for the other 1,000+ AI models on WaveSpeedAI. No separate vendor setup, no per-provider SDKs, no per-vendor rate-limit envelopes — one integration covers everything from text-to-image and text-to-video through audio synthesis, 3D generation, upscaling, and editing.

All Kling 3.0 Motion Control API endpoints

1 endpoint available now on WaveSpeedAI — pick the variant that matches your workflow.

See Kling 3.0 Motion Control in action

Real outputs generated by the Kling 3.0 Motion Control API. Hover any video to preview, click to open the full-size viewer.

How to use the Kling 3.0 Motion Control API

Four steps from signup to a finished generation. Full Python, Node.js, and cURL examples are in the API section below.

  1. 1

    Get an API key

    Sign up for a WaveSpeedAI account and copy your API key from the dashboard. New accounts come with free starter credits — enough to run the playground a few dozen times before billing kicks in.

  2. 2

    Submit a prediction

    POST your input as JSON to https://api.wavespeed.ai/api/v3/kwaivgi/kling-v3.0-std/motion-control. The endpoint returns a prediction id immediately — generations are async so you don't hold an open connection during inference.

  3. 3

    Poll for completion

    GET https://api.wavespeed.ai/api/v3/predictions/{request_id}/result every 1-2 seconds. The response includes a status field; keep polling until it flips from"queued" or"processing" to"completed".

  4. 4

    Read the output URL

    Once status is"completed", read the URL from data.outputs[0]. The URL points to your generated media on the WaveSpeedAI CDN — image, video, audio, or 3D file depending on the Kling 3.0 Motion Control variant you called.

What you can build with Kling 3.0 Motion Control

Common workflows developers and creators use the Kling 3.0 Motion Control API for.

Dance and choreography videos

Catalog example: "dance." Pair a character image with a dance reference clip; the model transfers the choreography to the character. Useful for music videos, social content, and brand-character animations.

dancechoreographymusic

Action and gesture transfer

Catalog examples:"action, gesture." Drive any character with sports motion, expressive gestures, or stunt-style action from a reference video.

actiongesturesports

Character swap in existing motion

Use a reference video as the motion source and a different character image as the subject. Effectively a character-swap workflow on the motion of an existing clip.

swapcharacterremix

Mocap-alternative for indie creators

Single character image + a phone-recorded motion reference replaces studio mocap for many use cases — particularly content where the motion is the headline and rig-quality isn't critical.

mocapindiecreator

Std vs Pro tier choice

Standard tier for default; Pro tier for top-tier output. The Pro motion-control endpoint pairs with the standard Pro pricing in the Kling family.

tierspropricing

Tips for prompting Kling 3.0 Motion Control

Practical advice for getting better outputs from Kling 3.0 Motion Control — drawn from the patterns that work across video models in production pipelines.

Isolate the motion in your reference clip

Fewer subjects in the reference clip = cleaner motion transfer to the target character. If your reference video has multiple people moving, crop or re-record so the motion source is unambiguous.

Match the target character pose to the reference start

If the reference starts with a standing pose, supply a standing character image. Closer match between starting poses = smoother handoff and fewer first-frame artifacts.

Vertical aspect ratios for choreography content

Most use cases are dance / sports / TikTok-style — generate at 9:16 to match delivery platforms. The model trains well on vertical and avoids the post-crop quality loss.

Use as a mocap-rig alternative

A single character image + a phone-recorded motion clip replaces studio mocap for many use cases — stunt content, dance reels, character-driven brand work — significantly faster and cheaper than producing the motion conventionally.

Combine with standard Kling for context shots

Generate the establishing shot or scene context with standard Kling 3.0 (text-to-video), then motion-control the action sequence. Editing these together produces longer narrative-coherent pieces than either tool alone.

Kling 3.0 Motion Control API pricing

Pricing is per-output. The final charge scales with the parameters you set in each variant's playground (resolution, duration, output count, references).

EndpointTypeStarting price
kwaivgi/kling-v3.0-std/motion-controlmotion-control$0.63

Call the Kling 3.0 Motion Control API

Sign up for an API key at wavespeed.ai/accesskey, then submit a prediction via REST. The playground generates ready-to-paste samples for any combination of inputs.

HTTP example
# 1. Submit a prediction
curl -X POST "https://api.wavespeed.ai/api/v3/kwaivgi/kling-v3.0-std/motion-control" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $WAVESPEED_API_KEY" \
  -d '{}'

# 2. Poll the result until status = "completed"
curl -X GET "https://api.wavespeed.ai/api/v3/predictions/{request_id}/result" \
  -H "Authorization: Bearer $WAVESPEED_API_KEY"

# Read the output URL from data.outputs[0].
Node.js example
// npm install wavespeed
const WaveSpeed = require('wavespeed');
const client = new WaveSpeed(); // reads WAVESPEED_API_KEY

const result = await client.run("kwaivgi/kling-v3.0-std/motion-control", {});
console.log(result.outputs[0]); // → URL of the generated output
Python example
# pip install wavespeed
import wavespeed

output = wavespeed.run(
    "kwaivgi/kling-v3.0-std/motion-control",
    {}
)
print(output["outputs"][0])  # → URL of the generated output

Kling 3.0 Motion Control vs alternatives

When to pick Kling 3.0 Motion Control over similar models on WaveSpeedAI.

Kling 3.0 Motion Control vs Wan 2.2 Animate

Both transfer pose/motion to animate a character. Wan 2.2 Animate produces up to 120s 720p clips and is open-weight-derived. Kling Motion Control is constrained to the reference video duration (3-30s) but is built on Kuaishou's video corpus for motion priors.

Kling 3.0 Motion Control vs Standard Kling 3.0

Standard Kling 3.0 (text-to-video / image-to-video) generates from text or image WITHOUT an explicit motion reference. Motion Control accepts and follows a driving video — the right pick when a specific movement is required, not a generated approximation.

Kling 3.0 Motion Control vs Wan 2.2 Fun-Control

Wan 2.2 Fun-Control uses Control Codes (preset motion templates) and is Apache 2.0 licensed for commercial use. Kling Motion Control accepts arbitrary motion reference videos rather than preset codes — different control mechanism, different licensing terms.

Kling 3.0 Motion Control API — Frequently asked questions

Pricing, license, integration — common questions about running Kling 3.0 Motion Control on WaveSpeedAI.

What is the Kling 3.0 Motion Control API?

Kling 3.0 Motion Control is a Kuaishou video generation model exposed as a REST API on WaveSpeedAI. Kuaishou Kling 3.0 Motion Control — transfers motion from a reference video to animate a still character image. Upload a character image plus a motion clip (dance, action, gesture); the model extracts the movement to generate smooth, realistic video. Standard and Pro tiers. You can call it programmatically or try it from the playground linked above.

How do I call the Kling 3.0 Motion Control API?

Sign up for a WaveSpeedAI account, copy your API key from /accesskey, then POST to https://api.wavespeed.ai/api/v3/kwaivgi/kling-v3.0-std/motion-control with your input as JSON. The endpoint returns a prediction id; poll the prediction endpoint until status flips to "completed", then read the output URL from data.outputs[0]. Full Python / Node.js / cURL examples are above.

How much does the Kling 3.0 Motion Control API cost?

Kling 3.0 Motion Control starts at $0.63 per run. The exact cost scales with the parameters you set (resolution, duration, output count, references). The live cost preview next to the Generate button in the playground shows the exact price for your current input.

Which Kling 3.0 Motion Control variants are available?

WaveSpeedAI hosts 1 Kling 3.0 Motion Control endpoints: kwaivgi/kling-v3.0-std/motion-control. Each variant has its own playground page and pricing.

Can I use Kling 3.0 Motion Control outputs commercially?

Commercial usage rights follow the Kuaishou model license. Most Kuaishou models permit commercial output use; see each model's playground page for the specific license summary, and WaveSpeedAI's Terms of Service for platform-level conditions.

Why use Kling 3.0 Motion Control on WaveSpeedAI instead of going direct?

One API key + one billing account across Kling 3.0 Motion Control AND 1,000+ other AI models from other providers. No per-vendor SDK setup, no separate rate-limit envelopes, no rewrite-per-vendor integration code. Pricing is typically at parity with or below Kuaishou's direct API.

About Kuaishou

The team behind Kling 3.0 Motion Control and the broader Kuaishou model lineup on WaveSpeedAI.

Kuaishou is a major Chinese short-video platform and the team behind the Kling family of video generation models. Kling 3.0 ships Standard, Pro, and 4K tiers with native audio synthesis (a sound parameter on every variant), plus a dedicated motion-control endpoint that transfers motion from a reference video to animate a still character image.

Start building with Kling 3.0 Motion Control on WaveSpeedAI

Free starter credits on signup. One API key across 1,000+ AI models from Kuaishou and every other provider.