Kling 3.0 Motion Control

Kuaishou Kling 3.0 Motion Control. Transfer the motion from a reference video onto a character in a reference image, preserving identity and appearance. 720P/1080P, up to 30 seconds.

All models
Result

Configure parameters and click Run to test the API.

Code Example
curl -X POST https://aivideoapi.ai/v1/videos/generations \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "kling-v3-motion-control",
  "input": {
    "character_orientation": "video",
    "mode": "720p"
  }
}'