API referenceFaces
Faces
Index, search, detect, and compare faces (billable operations).
5 endpoints.
Index faces from a photo
POST /v1/collections/{id}/index
Search a collection
POST /v1/collections/{id}/search
Search by a stored selfie point id
POST /v1/collections/{id}/search-by-id
Detect faces (no storage)
POST /v1/detect
Compare two faces
POST /v1/compare
Last updated
Delete one photo's faceprints (soft by default, restorable)
Deletes the face vectors indexed from one photo (by the photoId you supplied at index time), without… (DELETE /v1/collections/{id}/photos/{photoId})
Index faces from a photo
Detects all quality-gated faces in an image and stores them in the collection (Rekognition IndexFaces). (POST /v1/collections/{id}/index)