v2.6-pro/motion-control
Model Overview
How to Make a Call
API Schemas
Create a video generation task and send it to the server
Optional instructions that define the background elements, including their appearance, timing in the frame, and behavior, and can also subtly adjust the character’s animation.
A direct link to an online image or a Base64-encoded local image that serves as the character reference for animation. The image must contain exactly one clearly visible character, who will be animated using the motion from the reference video provided in the video_url parameter. For optimal results, be sure the character’s proportions in the image match those in the video.
A HTTPS URL pointing to a video or a data URI containing a video. The character’s movements from this video will be applied to the character from the image provided in the image_url parameter. For best results, use a video with a single clearly visible character. If the video contains two or more characters, the motion of the character occupying the largest portion of the frame will be used for generation.
Generate the orientation of the character in the video, which can be selected to match the image or the video:
- image: has the same orientation as the person in the picture; At this time, the reference video duration should not exceed 10 seconds;
- video: consistent with the orientation of the characters in the video; At this time, the reference video duration should not exceed 30 seconds;
imagePossible values: Whether to keep the original audio from the video.
trueRetrieve the generated video from the server
Bearer key
<REPLACE_WITH_YOUR_GENERATION_ID>Code Example
"character_orientation":"image""character_orientation":"video"Last updated
Was this helpful?

