Lipsync
Get lipsync
GET
/
v2
/
lipsync
/
{lipsync_id}
Copy
Ask AI
curl --request GET \
--url https://tavusapi.com/v2/lipsync/{lipsync_id} \
--header 'x-api-key: <api-key>'
Copy
Ask AI
{
"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
Path Parameters
A unique identifier for the lipsync request.
Response
200 - application/json
The response is of type object
.
Copy
Ask AI
curl --request GET \
--url https://tavusapi.com/v2/lipsync/{lipsync_id} \
--header 'x-api-key: <api-key>'
Copy
Ask AI
{
"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"
}
Assistant
Responses are generated using AI and may contain mistakes.