curl --request POST \
--url https://api.vidgo.ai/api/generate/submit \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"model": "kwaivgi/kling-v2.6-pro/motion-control",
"input": {
"character_orientation": "image",
"image_urls": [
"https://example.com/image.png"
],
"resolution": "1080p",
"video_urls": [
"https://example.com/video.mp4"
]
}
}
'{
"code": 200,
"data": {
"task_id": "task-unified-example",
"status": "running",
"created_time": "2026-09-10T08:00:00"
}
}{
"detail": "<string>"
}{
"detail": "<string>"
}{
"detail": "<string>"
}{
"detail": "<string>"
}"Request timeout"{
"detail": "<string>"
}{
"detail": "<string>"
}{
"detail": "<string>"
}{
"detail": "<string>"
}{
"detail": "<string>"
}Kling
Kling 2.6 Pro Motion Control
Transfer movement from a reference video to an image subject with Kling 2.6 Pro, with orientation control and 1080p output.
POST
/
api
/
generate
/
submit
curl --request POST \
--url https://api.vidgo.ai/api/generate/submit \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"model": "kwaivgi/kling-v2.6-pro/motion-control",
"input": {
"character_orientation": "image",
"image_urls": [
"https://example.com/image.png"
],
"resolution": "1080p",
"video_urls": [
"https://example.com/video.mp4"
]
}
}
'{
"code": 200,
"data": {
"task_id": "task-unified-example",
"status": "running",
"created_time": "2026-09-10T08:00:00"
}
}{
"detail": "<string>"
}{
"detail": "<string>"
}{
"detail": "<string>"
}{
"detail": "<string>"
}"Request timeout"{
"detail": "<string>"
}{
"detail": "<string>"
}{
"detail": "<string>"
}{
"detail": "<string>"
}{
"detail": "<string>"
}- Submit the request with
VIDGO_API_KEY. Atask_idis returned immediately. Keep it until the task reachesfinishedorfailed. - 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 Pro Motion Control
Transfer movement from a reference video to an image subject with Kling 2.6 Pro, with orientation control and 1080p output.Available Models
- kwaivgi/kling-v2.6-pro/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_orientationisimage. - Video orientation - The reference video must be 3-30 seconds when
character_orientationisvideo. - 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
1080pfor this model ID.
Advanced Parameters
Setmodel 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
promptis 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_orientationis required: chooseimageorvideo.imageallows reference videos from 3 to 10 seconds.videoallows reference videos from 3 to 30 seconds.
kling_elements is not supported by this Kling 2.6 workflow.
Resolution
resolution:1080p. Default:1080p.- 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
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.
Vidgo public model ID. Must be kwaivgi/kling-v2.6-pro/motion-control.
Available options:
kwaivgi/kling-v2.6-pro/motion-control Example:
"kwaivgi/kling-v2.6-pro/motion-control"
Show child attributes
Show child attributes
Optional public HTTP(S) endpoint for task completion notifications. HTTPS is recommended. Omit, use null, or use an empty string to disable callbacks.