API Market

Google

Google

Kling
Kling 2.6 Motion Control API
Transfer motion from a driving video
Feed a reference performance and a target character; motion is retargeted while identity and wardrobe are preserved.
Motion transferCharacter consistency
Quickstart
Authenticate with a bearer token from your dashboard, then POST the request below.
curl -X POST https://api.viddly.io/v1/video/generations \
-H "Authorization: Bearer $VIDDLY_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "kling-2-6-motion-control",
"prompt": "a lighthouse in a storm, drone orbit, dusk",
"image_url": "<your image_url>",
"motion_video_url": "<your motion_video_url>",
"duration": "5"
}'Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| prompt* | text | — | What to generate. Describe subject, action, camera and lighting. |
| image_url* | image | — | Target character image. |
| motion_video_url* | string | — | Driving video whose motion is transferred. |
| duration | enum5 | 10 | 5 | Clip length in seconds. |
Similar models
GooglePopular
Veo 3.1
Text to VideoImage to Video
Cinematic video with synchronised native audio
Try it$0.455 / second of video~95s
GoogleFastest
Veo 3 Fast
Text to VideoImage to Video
Veo quality at draft speed and draft price
Try it$0.170 / second of video~38s
KlingNew
Kling
Kling 3 Turbo
Text to VideoImage to Video
The fastest Kling tier, tuned for volume
Try it$0.130 / second of video~42s


