Reference
Remy Reference/agent/generateLipsync
?

generateLipsync

Generate a lip sync video from provided audio and image.
mindstudio.generateLipsync(input) → Result

Drives a face in an image to match an audio track, returning a talking-head video. Pair it with textToSpeech to make a still portrait speak generated narration.

Parameters
intermediateAsset
boolean
When true, the asset is created but hidden from the user's gallery (tagged as intermediate)
addWatermark
boolean
Whether to add a MindStudio watermark to the generated video. The watermark is a product mark on assets generated in the MindStudio UI. A step run directly via the SDK or API is producing the app's own asset, so it is never watermarked and
lipsyncModelOverride
object
Optional model configuration override. Uses the workflow's default lipsync model if not specified
Call from a method
import { mindstudio } from '@mindstudio-ai/agent';

const result = await mindstudio.generateLipsync({});