v2

latestSwagger 2.02026-07-138076216.6 KB

Retrieve information about a persisted face (specified by persistedFaceId, personId and its belonging largePersonGroupId).

get/largepersongroups/{largePersonGroupId}/persons/{personId}/persistedfaces/{persistedFaceId}

Path parameters

largePersonGroupIdstring required

Id referencing a particular large person group.

personIdstring uuid required

Id referencing a particular person.

persistedFaceIdstring uuid required

Id referencing a particular persistedFaceId of an existing face.

Response

A successful call returns target persisted face's information (persistedFaceId and userData).

persistedFaceIdstring uuid required

The persistedFaceId of the target face, which is persisted and will not expire. Different from faceId created by Face - Detect and will expire in at the time specified by faceIdTimeToLive after the detection call.

userDatastring

User-provided data attached to the face. The size limit is 1KB.