Skip to main content
POST
Kling 2.5 Turbo Pro Text to Video
  1. Submit the request with VIDGO_API_KEY. A task_id is returned immediately. Keep it until the task reaches finished or failed.
  2. Use Query Task Status to retrieve the result. If you provide a callback_url, Vidgo sends the result to your webhook when the task finishes or fails.

Kling 2.5 Turbo Pro Text to Video

Create five- or ten-second scenes with Kling 2.5 Turbo Pro, using text to direct subjects, action, and visual style.

Available Models

  • kwaivgi/kling-v2.5-turbo-pro/text-to-video - Generate video scenes from text prompts.
  • For frame guidance, use the image-to-video endpoint.

Duration Options

  • 5, 10 seconds - Set duration as an integer. Optional. Default: 5 seconds. Strings, booleans, fractional durations, and null are rejected.

Key Features

  • Generate video scenes from text prompts.
  • Use negative_prompt to describe content to avoid.

Advanced Parameters

Set model and optional callback_url at the request root. Place all workflow parameters, including output options, inside input. Send only the input fields supported by this workflow. Unsupported input fields are rejected before credits are deducted.

Prompt

  • prompt: Required. Describe the scene and desired motion. Length: 1-2,500 characters.
  • Supply a string, not a number, boolean, array, or object. Whitespace is trimmed before the 2,500 Unicode character limit is checked.

Aspect Ratio

  • aspect_ratio: Optional string. PoYo does not document an enum or default. Omit when unused.

Negative Prompt

  • negative_prompt: Optional. Describe content to avoid.

Billing Factors

Billing depends on video duration (duration). Text-to-video and image-to-video use the same rates. Credits are deducted on submission and refunded if the task fails.

Authorizations

Authorization
string
header
required

Use VIDGO_API_KEY.

Body

application/json

Keep model and callback_url at the root. Unknown root fields are ignored; unsupported input fields are rejected.

model
string
required
Example:

"kwaivgi/kling-v2.5-turbo-pro/text-to-video"

input
object
required
callback_url
string | null

Optional public HTTP(S) endpoint for task completion notifications. HTTPS is recommended. Omit, use null, or use an empty string to disable callbacks.

Response

Task submitted

code
enum<integer>
required
Available options:
200
data
object
required