Seedance 2.0 Mini is live on viddly.io — video from $0.045/second 🚀
viddly.ioAI Model Gateway
API Market
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

NameTypeDefaultDescription
prompt*textWhat to generate. Describe subject, action, camera and lighting.
image_url*imageTarget character image.
motion_video_url*stringDriving video whose motion is transferred.
durationenum5 | 105Clip length in seconds.

Similar models