GET
/
v2
/
lipsync
/
{lipsync_id}
curl --request GET \
  --url https://tavusapi.com/v2/lipsync/{lipsync_id} \
  --header 'x-api-key: <api-key>'
{
  "lipsync_id": "w0108f2d24k2a",
  "lipsync_name": "My Lipsync Video",
  "status": "<string>",
  "created_at": "<string>",
  "video_url": "https://lipsync-prod.s3.amazonaws.com/l0108f2d24k2a.mp4",
  "request_id": "w0108f2d24k2a",
  "request_name": "My Lipsync Video"
}

Authorizations

x-api-key
string
header
required

Path Parameters

lipsync_id
string
required

A unique identifier for the lipsync request.

Response

200 - application/json
lipsync_id
string

A unique identifier for the lipsync request.

Example:

"w0108f2d24k2a"

lipsync_name
string

The name of the lipsync video.

Example:

"My Lipsync Video"

status
string

The status of the lipsync request.

created_at
string

The date and time the lipsync request was created.

video_url
string

The URL to download the completed lipsync video.

Example:

"https://lipsync-prod.s3.amazonaws.com/l0108f2d24k2a.mp4"

request_id
string

Legacy field - will be removed soon. Use lipsync_id instead.

Example:

"w0108f2d24k2a"

request_name
string

Legacy field - will be removed soon. Use lipsync_name instead.

Example:

"My Lipsync Video"