Alibaba
Wan 2.7 Video
Text, image, reference video and editing in one Wan 2.7 Video API call — per-second pricing, 720P or 1080P.
Drive a single reference image with a reference video and the Kling Motion Control API transfers the motion onto your subject. Two tiers, std or pro quality, billed per second of source footage.
Latest tier — higher motion fidelity and subject consistency.
Same API endpoint. The model parameter selects the variant.
Required · guides motion, camera, style

Public URL · JPEG / PNG / WebP
MP4 / MOV · public URL · 3 to 30s
image · video
std · pro
Default yes
Default off
Real workflows powered by this model.
Upload a subject image and a short motion video. The Kling Motion Control API maps the reference motion onto your subject and returns a clip that keeps the original identity while adopting the movement, rhythm, and timing of the reference.
Generate a clipRecord a single reference performance once, then swap the reference image to apply the same choreography to different characters. Consistent motion, different subjects — useful for avatars, mascots, and recurring social formats.
Pick image orientation to anchor the facing to your reference photo, or video orientation to follow the reference clip and allow up to 30 seconds. Set keep_original_sound to carry the reference soundtrack into the output.
Credit-based — 1 credit = $0.001 USD. Pay only for completed generations.
| Category | Unit | Price |
|---|---|---|
| Kling v3 | ||
| Standard mode | 1 second | $0.113168 114 credits |
| Pro mode | 1 second | $0.150832 151 credits |
| Kling v2.6 | ||
| Standard mode | 1 second | $0.062832 63 credits |
| Pro mode | 1 second | $0.100584 101 credits |
The Kling Motion Control API reads the subject from a reference image and the motion from a reference video, so the output keeps identity while adopting the reference movement. No keyframes, no rigging.
Kling Motion Control ships two tiers: Kling v3 maximizes motion fidelity and subject consistency, while Kling v2.6 is the budget tier with the same parameters. Switch tiers by changing one string — the request body is identical.
Kling Motion Control billing is per second of the source video, measured server-side from the actual clip length rather than a client estimate. Pick std or pro to trade cost for quality. Failed jobs refund automatically.
Both transfer motion from a driving video onto a target subject. Kling Motion Control takes a reference image plus a reference video, supports image or video orientation, and bills per second across two tiers. Here is how the two compare on publicly documented behavior.
Comparison reflects publicly documented behavior at the time of writing. Model behavior and pricing can change; check the pricing card above and the API docs for current values.
Sign up and grab a key from the dashboard. Free credits cover your first Kling Motion Control API calls — no card required.
OpenPOST to /api/v1/videos/generations with model = kling-v3-motion-control, an image_url, a video_url, character_orientation, and mode. The Kling Motion Control API returns a task ID immediately.
OpenGET /api/v1/tasks/:id until status is completed. Download the generated Kling Motion Control clip from output.video_urls[0] and ship it.
OpenCommon questions about this model.
Explore more models in the same category.
Alibaba
Text, image, reference video and editing in one Wan 2.7 Video API call — per-second pricing, 720P or 1080P.
PixVerse
Text, image, keyframe, reference, and extend video in one Pixverse v6 API call.
—
Video enhancer API — 4K upscale, denoise, scene presets, frame interpolation in one async endpoint.
curl -X POST https://reapi.ai/api/v1/videos/generations \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "kling-v3-motion-control",
"image_url": "https://example.com/subject.png",
"video_url": "https://example.com/motion-8s.mp4",
"character_orientation": "image",
"mode": "std"
}'Try it in the playground or grab an API key to integrate now.