Documentation Index
Fetch the complete documentation index at: https://developer.pixelbyte.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
Transfer the motion from a reference video to a still image using Kling 2.6 Pro, producing a character-controlled animated video.
| Property | Value |
|---|
| Provider | Kling Plus |
| Model | Kling 2.6 Pro |
| Capability | Motion Control |
| Base Cost | 40,000 micro-cents/second ($0.04/second) |
| Processing Time | ~180 seconds |
Request Body
Model slug. Use kling-plus/kling-2.6-pro/motion-control for motion control generation.
Input parameters for motion control generation.
Reference image (JPG/PNG, max 10MB, min 300px).
Motion reference video (3-30 seconds).
Character orientation reference. Options: image, video.
Text description of the video to generate. max 1000 characters.
Negative prompt to discourage unwanted elements. max 1000 characters.
Retain original video sound. Default: true.
HTTPS URL to receive a webhook notification when the job completes or fails.
Pricing
Base cost: 40,000 micro-cents per second ($0.04/second)
This model uses a flat per-job base cost.
Default cost: Flat = 40,000 micro-cents ($0.04)
Response
Unique identifier for the submitted job.
Initial job status. Always "pending" on successful submission.
ISO 8601 timestamp of the estimated completion time.
The cost of the job in micro-cents.
Code Examples
curl -X POST https://api.muvi.video/v1/jobs/submit \
-H "Authorization: Bearer $PIXELBYTE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "kling-plus/kling-2.6-pro/motion-control",
"input": {
"image": "https://example.com/image.jpg",
"video": "https://example.com/reference.mp4",
"character_orientation": "image",
"prompt": "A dancer moves gracefully following the reference choreography, vibrant studio lighting."
}
}'