Skip to content
Docs menu

Video models

Kling 3.0 Motion Control

On this page

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

modelIdkling-3-0-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-3-0-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_orientationselectoptionalimage, video
modeselectoptional720p, 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-3-0-motion-control","input":{"prompt":"A dancer's silhouette sweeps across a sunlit studio as the camera orbits in a slow controlled arc, dust motes glinting in the shafts of light, fluid and deliberate movement.","character_orientation":"video","mode":"720p"}}'