Skip to main content
POST
cURL

Autorizaciones

Authorization
string
header
requerido

Bearer authentication header of the form Bearer <api_key>, where <api_key> is your API Key. The token in the sample code is referring to this api_key as well.

Cuerpo

application/json
model_id
string
requerido

ID of the reusable lipsync model

audio_url
string
requerido

Url that our server could download the audio file from to drive the reference. Supported audio types: .wav .mp3 .m4a

callback_url
string

Url for callback if the job status changes. This URL will receive a request with the schema same as response for query job status API when job status changes.

Respuesta

Job ID

task_id
string
requerido

ID of the task

Última modificación el 18 de diciembre de 2025