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.6 Standard Motion Control

Transfer movement from a reference video to an image subject with Kling 2.6 Standard, with orientation control and 720p output.

Available Models

  • kwaivgi/kling-v2.6-std/motion-control - Transfer movement from a reference video to a character in a reference image.

Duration Options

  • Image orientation - The reference video must be 3-10 seconds when character_orientation is image.
  • Video orientation - The reference video must be 3-30 seconds when character_orientation is video.
  • The service inspects the reference video duration. Do not send duration.

Key Features

  • Transfer movement from a reference video to a character in a reference image.
  • Output resolution is fixed to 720p for this model ID.

Advanced Parameters

Set model and optional callback_url at the request root. Place the parameters below 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 is optional. null, empty, and whitespace-only values are treated as omitted.
  • Nonempty prompts are trimmed and limited to 2,500 characters.

Image URLs

  • image_urls: Required. Provide exactly 1 image URL.
  • The image provides the target character for motion transfer.
  • Images must be publicly accessible and directly downloadable.

Source Video

  • video_urls: Required. Provide an array containing exactly one publicly accessible source video URL.
  • The video provides the movement to transfer. Its duration must match the orientation limits above.
  • The source video must be directly downloadable over HTTP(S) and no larger than 100 MiB for duration inspection.

Character Orientation

  • character_orientation is required: choose image or video.
  • image allows reference videos from 3 to 10 seconds.
  • video allows reference videos from 3 to 30 seconds.
kling_elements is not supported by this Kling 2.6 workflow.

Resolution

  • resolution: 720p. Default: 720p.
  • This model ID fixes the resolution. Omit the field to use its default; a resolution from the other tier is rejected.

Pricing

Credits are calculated from the detected reference-video duration multiplied by this endpoint’s rate, then rounded up to a whole credit. Check the Vidgo dashboard for the current 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
enum<string>
required

Vidgo public model ID. Must be kwaivgi/kling-v2.6-std/motion-control.

Available options:
kwaivgi/kling-v2.6-std/motion-control
Example:

"kwaivgi/kling-v2.6-std/motion-control"

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