Motion Control on PixVerse

PixVerse API v2 now supports Motion Control — drive a still character image with motion extracted from a reference video. Upload a portrait of who you want to animate, upload a short clip of the motion (dancing, gestures, gait), and PixVerse retargets the motion onto your character.

Field Value
Endpoint POST /videos/motion-control
model v5.6 (only engine today)
quality 360p, 540p, 720p (default)
frame_1_path character image (person or animal)
video_1_path motion reference — 1–30 sec, ≤50 MB, ≤1920×1920 px

Example

Character image (frame_1_path)
Motion video (video_1_path)
curl -X POST 'https://api.useapi.net/v2/pixverse/videos/motion-control' \
    -H 'Authorization: Bearer user:12345-…' \
    -H 'Content-Type: application/json' \
    --data '{
      "email": "account@example.com",
      "frame_1_path": "upload/<uuid>.webp",
      "video_1_path": "upload/<uuid>.mp4",
      "quality": "540p"
    }'
Result