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

OperationmodelIdEndpointRequired input
Defaultkling-3-0-motion-controlPOST /api/v1/generateinput_urls, video_urls
Poll taskGET /api/v1/task/{id}?model=kling-3-0-motion-control

Input parameters

FieldTypeRequiredValues / example
promptstringNoA text description of the desired output. Maximum length is 2500 characters. Max 2500 characters. (default: 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.)
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_orientationstringNoGenerate 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)
modestringNoOutput 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-3-0-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"}}'