PUT
/
v2
/
projects
/
{project_id}
/
lipsync

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_id
string
required

Project ID

Body

application/json
is_multiple_speakers
boolean | null

Whether the video always has one face on screen at a time, or multiple. If unsure, set to true.

is_free_lipsync
boolean | null

If specified, free lip-sync credits will be charged instead of minutes

Response

200 - application/json
tasks_in_lipsync_queue
integer | null

Number of tasks in the lip-sync queue before your project

lipsync_task_status
enum<string> | null

Lip-sync task status

Available options:
started,
done,
failed