cURL
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 }
This endpoint returns a list of all Lipsyncs created by the account associated with the API Key in use.
The number of lipsyncs to return per page. Default is 10.
The page number to return. Default is 1.
The response is of type object.
object