List all faces in a large face list, and retrieve face information (including userData and persistedFaceIds of registered faces of the face).
get/largefacelists/{largeFaceListId}/persistedfaces
Path parameters
largeFaceListIdstring required
Id referencing a particular large face list.
Query parameters
startstring
Starting face id to return (used to list a range of faces).
topinteger
Number of faces to return starting with the face id indicated by the 'start' parameter.
Response
A successful call returns an array of face information that belong to the large face list.
Changes
Changed in 2 of the 28 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲