Skip to content
Docs menu

Video models

Kling 3.0 Turbo

On this page

Kling 3.0 Turbo — high-quality AI video generation.

modelIdkling-v3-turbo-image-to-video
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-v3-turbo-image-to-videoRetrieve state and result URLs.

Input parameters

FieldTypeRequiredValues / example
prompttextarearequiredDescribe the video you want to generate...
image_urlsimagerequiredDrag and drop or click to upload your image
durationnumberrequired
resolutionselectrequired720p, 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-v3-turbo-image-to-video","input":{"prompt":"Animate the photo: slow push-in, hair and leaves moving in a gentle breeze, natural light shifting.","duration":5,"resolution":"720p"}}'