v1
latestOpenAPI 3.0.32026-07-267015229.9 KBFaces
Get Face
This endpoint returns a single Face by its unique identifier.
get/v2/faces/{face_id}
Path parameters
face_idstring required
A unique identifier for the face.
Query parameters
verboseboolean
If set to true, the response will include additional face data such as face_type.
Response
Example response
{
"face_id": "r90bbd427f71",
"face_name": "My Face",
"training_progress": "100/100",
"status": "completed",
"created_at": "2024-01-24T07:14:03.327Z",
"updated_at": "2024-01-24T07:14:03.327Z",
"face_type": "user'",
"model_name": "phoenix-3"
}