Video models
Kling 2.6 Motion Control
On this page
Kling 2.6 Motion Control — high-quality AI video generation.
| modelId | kling-2-6-motion-control |
| Modality | video |
| Pricing | See this model on the Pricing page for the current per-call price (with your markup). |
Operations
| Operation | Endpoint | Description |
|---|---|---|
| Text to video | POST /api/v1/generate | Base generation from a text prompt. |
| Image to video | POST /api/v1/generate | Condition on a reference image — upload it via /api/v1/files/upload and pass the URL. |
| Poll task | GET /api/v1/task/{id}?model=kling-2-6-motion-control | Retrieve state and result URLs. |
Input parameters
| Field | Type | Required | Values / example |
|---|---|---|---|
| prompt | textarea | optional | Enter your text here... |
| input_urls | image | required | Drag and drop or click to upload your image |
| video_urls | image | required | Drag and drop or click to upload your image |
| character_orientation | select | required | image, video |
| mode | select | required | 720p, 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"}}'