Skip to main content
POST
  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 Image to Video

Generate video with Kling 2.5 Turbo Pro using a start frame, an end frame, or both, plus a text prompt.

Available Models

  • kwaivgi/kling-v2.5-turbo-pro/image-to-video - Generate video from image input.

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 from image input.
  • Guide generation with start_image_url, end_image_url, or both.

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. Input URLs must use HTTP(S), include a hostname, and contain no embedded credentials or whitespace. Image fields do not accept arrays or Base64.

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.

Start Image URL

  • start_image_url: First-frame public HTTP(S) URL. Required only when end_image_url is omitted.

End Image URL

  • end_image_url: Last-frame public HTTP(S) URL. Required only when start_image_url is omitted.
  • Provide at least one frame: start only, end only, or both. Omit unused URL fields; empty strings and null are rejected.

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/image-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