Skip to main content
Upload a character image and a motion video in one request. The API immediately returns an asynchronous Render; poll it until it is ready.

Inputs

  • image: a character image file, or image_url
  • motion_video: a driving video file, or motion_video_url
  • background_mode: original (default), solid, or transparent
  • bg_color: an R,G,B color; only use it with solid

Complete example

Response

When processing, stage may be analyzing, rendering, or finishing. A completed job has status: "ready" and includes video_url. In transparent mode it also includes alpha_url.

Async jobs and failures

Learn terminal states, polling, and result retention.