Transfer motion from a reference video onto a character in a reference image. Upgraded from v2.6 with high facial consistency and inline element support.Documentation Index
Fetch the complete documentation index at: https://docs.unifically.com/llms.txt
Use this file to discover all available pages before exploring further.
Model
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
prompt | string | Yes | - | Text prompt describing the motion to generate |
image_url | string | Yes | - | Character/subject image URL |
video_url | string | Yes | - | Motion reference video URL |
mode | string | No | "std" | "std" (720p) or "pro" (1080p) |
keep_audio | boolean | No | true | Preserve original audio from the motion reference video |
character_orientation | string | No | "video" | Character orientation source: "video" (follow motion) or "image" (preserve pose) |
elements | array | No | - | Additional character/object elements |
Elements
| Parameter | Type | Default | Description |
|---|---|---|---|
description | string | "" | Short description of the element (max 100 chars) |
type | string | "image" | Element source type: "image" or "video" |
image_urls | string[] | - | Source image URLs for an image element (max 4) |
video_url | string | - | Source video URL for a video element |
