cURL
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" }
This endpoint returns a single lipsync by its unique identifier.
A unique identifier for the lipsync request.
The response is of type object.
object