Get Face
This endpoint returns a single Face by its unique identifier.
https://docs.tavus.io/openapi.yaml for the full HTTP API contract.Authorizations
Path Parameters
A unique identifier for the face.
Query Parameters
If set to true, the response will include additional face data such as face_type.
Response
A unique identifier for the face.
"r90bbd427f71"
The name of the face.
"My Face"
A direct link to the video that will be used as the thumbnail for the face.
Training progress as a string (for example 100/100).
"100/100"
Training lifecycle: started, completed, or error. On failure, this is error and error_message is populated.
"completed"
The date and time the face was created.
"2024-01-24T07:14:03.327Z"
The date and time of when the face was last updated.
"2024-01-24T07:14:03.327Z"
When status is error, contains details about the training failure; otherwise typically null.
If verbose query paramter is set to true. The type of face. Possible values: user, system. User faces are faces that have been created by users. System faces are stock Tavus faces that anyone may use
"user'"
The Phoenix model the face was trained on (e.g. phoenix-3, phoenix-4).
"phoenix-3"

