Skip to main content
POST
Vidu Motion Sync

Authorizations

Authorization
string
header
required

API Key authentication. Format: Bearer YOUR_API_KEY.

Body

application/json

Vidu motion sync request. The body movements and poses from video_url are transferred onto the character in image_url.

image_url
string
required

Target character image. The character's appearance will be preserved while its movements are replaced by those from the reference video. Accepts a URL or base64 data URI.

Minimum string length: 1
Example:

"https://example.com/character-portrait.jpg"

video_url
string
required

Reference motion video URL. The body movements and poses from this video will be applied to the target character.

Minimum string length: 1
Example:

"https://example.com/dance-reference.mp4"

Response

Task submitted successfully

code
integer
required

Response code, 0 indicates success

Example:

0

message
string
required

Response message

Example:

"success"

data
object
required

Detailed data about the submitted asynchronous task.