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.1 Pro Image to Video

Kling 2.1 Pro image-to-video with a required start frame and an optional end frame.

Available Models

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

Duration Options

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

Key Features

  • Generate video from image input.
  • Use start_image_url to supply the starting frame.
  • Optionally supply an ending frame with end_image_url.

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.

Prompt

  • prompt: Required. Describe the scene and desired motion. Length: 1-5,000 characters.
  • The value must be a string and must not be blank after trimming. Non-string values are rejected.

Start Image URL

  • start_image_url: Required. Provide the starting frame URL. Use a publicly accessible HTTP(S) URL without credentials or whitespace. Empty URLs and null are rejected.

End Image URL

  • end_image_url: Optional. Provide the ending frame URL. Use a publicly accessible HTTP(S) URL without credentials or whitespace. Empty URLs and null are rejected.

Negative Prompt

  • negative_prompt: Optional. Describe content to avoid.

Billing Factors

Billed per video according to the selected model tier (Standard or Pro) and video duration (duration). 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-video/v2.1/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