Skip to main content
POST

Kling 1.6 Standard Image to Video

Public model ID: kwaivgi/kling-video/v1.6/standard/image-to-video.
Submit with VIDGO_API_KEY, then use Query Task Status with the returned task_id. Optional root-level callback_url enables webhook notifications.

Input workflow

Provide either start_image_url for first-frame animation or image_urls for Elements. The endpoint does not accept text-only requests.
  • Elements accepts 1–4 reference images and cannot be combined with start_image_url or cfg_scale.
  • Standard first-frame animation does not support aspect_ratio; Elements does.
The image fields select the workflow.

Parameters

Place generation parameters inside input. Keep model and optional callback_url at the request root. Unsupported input fields are rejected before credits are deducted. Image URLs must be public HTTP(S) URLs with a hostname, without embedded credentials or whitespace. Local files can be uploaded in the playground before submitting their URL. Optional parameters have no documented API defaults.

Billing Factors

Billing depends on the selected model tier (Standard or Pro) and video duration (duration). Usage is charged per generated second. Within a tier, text-to-video, first-frame animation, and Elements use the same rate. 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/v1.6/standard/image-to-video"

input
object
required

Input parameters for generation. PoYo selects the generation workflow from the provided image fields.

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