This endpoint returns a list of all Lipsyncs created by the account associated with the API Key in use.
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 }
The number of lipsyncs to return per page. Default is 10.
The page number to return. Default is 1.
Show child attributes
A unique identifier for the lipsync request.
"w0108f2d24k2a"
The name of the lipsync video.
"My Lipsync Video"
The status of the lipsync request. Can be either started, completed, or error.
started
completed
error
The date and time the lipsync request was created.
The URL to download the completed lipsync video.
"https://lipsync-prod.s3.amazonaws.com/l0108f2d24k2a.mp4"
Legacy field - will be removed soon. Use lipsync_id instead.
Legacy field - will be removed soon. Use lipsync_name instead.
The total number of lipsync videos that fit the query.