Skip to main content
POST
Motion Control (Mimic)

Authorizations

Authorization
string
header
required

API Key authentication. Format: Bearer YOUR_API_KEY.

Body

application/json

PixVerse motion control (mimic) request. Animates a subject image to follow the motion of a reference video. The subject image must contain a clear person/animal; the reference video must have a person as the primary focus.

image
string
required

Subject image URL with a clear person or animal (publicly accessible).

Minimum string length: 1
Example:

"https://example.com/subject.png"

video
string
required

Reference motion video URL with a person as the primary focus (publicly accessible).

Minimum string length: 1
Example:

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

quality
enum<string>
required

Output resolution (required). Motion Control does not support 1080p.

Available options:
360p,
540p,
720p
Example:

"720p"

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.