GET
/
v2
/
lipsync
curl --request GET \
  --url https://tavusapi.com/v2/lipsync \
  --header 'x-api-key: <api-key>'
{
  "data": [
    {
      "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"
    }
  ],
  "total_count": 123
}

Authorizations

x-api-key
string
header
required

Query Parameters

limit
integer

The number of lipsyncs to return per page. Default is 10.

page
integer

The page number to return. Default is 1.

Response

200 - application/json
data
object[]
total_count
integer

The total number of lipsync videos that fit the query.