curl --request GET \
--url https://api.example.com/api/faces/{face_id}{
"id": "<string>",
"asset_id": "<string>",
"bounding_box": {},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"person_id": "<string>",
"timestamp_ms": 123,
"thumbnail_url": "<string>",
"asset_urls": {}
}Retrieves details for a specific face.
curl --request GET \
--url https://api.example.com/api/faces/{face_id}{
"id": "<string>",
"asset_id": "<string>",
"bounding_box": {},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"person_id": "<string>",
"timestamp_ms": 123,
"thumbnail_url": "<string>",
"asset_urls": {}
}Library ID (required if user has multiple libraries)
Successful Response
Represents a detected face in an asset with facial recognition data.
Unique face identifier with 'face_' prefix
ID of the asset containing this face
Face location as {x, y, w, h} coordinates in pixels
Show child attributes
When this face was detected and recorded
When this face record was last updated
ID of the person this face belongs to (if identified)
For video files, timestamp in milliseconds when face appears
URL to get a cropped thumbnail of just this face
Asset variants for this face: 'thumbnail' with face crop
Show child attributes