Get a face detection
Fetches one face's details by ID (bounding box, assigned person, timestamps, thumbnail). Use when you already have a face_id.
Path parameters
Face ID (with face_ prefix) to fetch. Carried by the entries of an asset's faces field (returned with include=faces).
Face ID (with face_ prefix) to fetch. Carried by the entries of an asset's faces field (returned with include=faces).
Query parameters
Library the face belongs to. Optional if the user has a single live (non-trashed) library; required when they have multiple.
Library the face belongs to. Optional if the user has a single live (non-trashed) library; required when they have multiple.
Opt-in expansion fields. See list_faces for supported values. Accepts multiple include= query params or a single comma-delimited value.
Opt-in expansion fields. See list_faces for supported values. Accepts multiple include= query params or a single comma-delimited value.
Response
Successful Response
Changes
Changed in 4 of the 79 revisions of this API.37
- ▲
response property
detaillist-of-types was widened by adding typesstringto media typeapplication/jsonof response422response-property-list-of-types-widened
- ○
the response property
detailbecame required for the status422response-property-became-required
- ▲
- ○
added the media type
application/jsonfor the response with the status404response-media-type-added
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
added the non-success response with the status
429response-non-success-status-added
- ○
- ○
added the optional property
confidenceto the response with the200statusresponse-optional-property-added
- ○
added the required property
sourceto the response with the200statusresponse-required-property-added
- ○
- ▲
queryrequest parameterincludelist-of-types was narrowed by removing typesstringrequest-parameter-list-of-types-narrowed
- ▲
for the
queryrequest parameterinclude, the type/format of propertyanyOf[subschema #1]/was specialized fromstring/toarray/request-parameter-property-type-specialized
- ▲