Sync React-1
/v1/runLipsync React 1 is Sync Labs's video-to-video AI model. Transform, enhance, and edit video content using text prompts - from style changes to object manipulation and scene modification.
Request body
Submit an async generation request. The model field selects the model; other fields are model-specific input parameters.
Model identifier. Set to sync/lipsync/react-1.
Default: sync/lipsync/react-1
URL to the input video. Must be **15 seconds or shorter**.
URL to the input audio. Must be **15 seconds or shorter**.
Controls the edit region and movement scope for the model. Available options: - `lips`: Only lipsync using react-1 (minimal facial changes). - `face`: Lipsync + facial expressions without head movements. - `head`: Lipsync + facial expressions + natural talking head movements.
Allowed values: lips, face, head
Default: face
Lipsync mode when audio and video durations are out of sync.
Allowed values: cut_off, loop, bounce, silence, remap
Default: bounce
Controls the expresiveness of the lipsync.
Range: 0 to 1
Default: 0.5
Emotion prompt for the generation. Currently supports single-word emotions only.
Allowed values: happy, angry, sad, neutral, disgusted, surprised
Response Schema
The submit endpoint returns an accepted generation task. Poll the result endpoint with the returned id for terminal outputs or errors.
Error message if the task failed. Empty on success.
Unique identifier for the generation task.
Model ID used for the prediction.
Array of generated content. Empty when status is not completed.
Status of the task: pending, running, completed, failed, or timeout.
Allowed values: pending, running, completed, failed, timeout
Model capabilities
Capabilities declared by the model registry.
Default: video-to-video
Execution mode declared by the model registry.
Default: async

