Skip to content
Docs menu

Video models

Kling 2.6 Motion Control

On this page

Kling 2.6 Motion Control — high-quality AI video generation.

modelIdkling-2-6-motion-control
Modalityvideo
PricingSee this model on the Pricing page for the current per-call price (with your markup).

Operations

OperationmodelIdEndpointRequired input
Defaultkling-2-6-motion-controlPOST /api/v1/generateinput_urls, video_urls, character_orientation, mode
Poll taskGET /api/v1/task/{id}?model=kling-2-6-motion-control

Input parameters

FieldTypeRequiredValues / example
promptstringNoA text description of the desired output. Maximum length is 2500 characters. Max 2500 characters. (default: A vintage motorcycle leans through a rain-slicked mountain bend, headlight streaking the wet asphalt as the camera tracks smoothly alongside in a controlled pan.)
input_urlsstring[]YesReference image. The characters, backgrounds, and other elements in the generated video are based on the reference image. Supports .jpg/.jpeg/.png, max 10MB, size needs to be greater than 300px, aspect ratio 2:5 to 5:2. (image URL)
video_urlsstring[]YesReference video. The character actions in the generated video are consistent with the reference video. Supports .mp4/.mov, max 100MB, 3-30 seconds duration depending on character_orientation. (image URL)
character_orientationstringYesGenerate the orientation of the characters in the video. 'image': same orientation as the person in the picture (max 10s video). 'video': consistent with the orientation of the characters in the video (max 30s video). (options: image | video) (default: video)
modestringYesOutput resolution mode. Use 'std' for 720p or 'pro' for 1080p. (options: 720p | 1080p) (default: 720p)

Example request

bash
curl -X POST https://you.bot/api/v1/generate \
  -H "Authorization: Bearer $YOUBOT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"modelId":"kling-2-6-motion-control","input":{"prompt":"A cinematic aerial shot of a coastal town at golden hour, gentle waves rolling onto the shore, warm light, slow camera push-in.","input_urls":["https://example.com/input.jpg"],"video_urls":["https://example.com/input.mp4"],"character_orientation":"video","mode":"720p"}}'