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

OperationEndpointDescription
Text to videoPOST /api/v1/generateBase generation from a text prompt.
Image to videoPOST /api/v1/generateCondition on a reference image — upload it via /api/v1/files/upload and pass the URL.
Poll taskGET /api/v1/task/{id}?model=kling-2-6-motion-controlRetrieve state and result URLs.

Input parameters

FieldTypeRequiredValues / example
prompttextareaoptionalEnter your text here...
input_urlsimagerequiredDrag and drop or click to upload your image
video_urlsimagerequiredDrag and drop or click to upload your image
character_orientationselectrequiredimage, video
modeselectrequired720p, 1080p

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 vintage motorcycle leans through a rain-slicked mountain bend, headlight streaking the wet asphalt as the camera tracks smoothly alongside in a controlled pan.","character_orientation":"video","mode":"720p"}}'