Skip to main content
POST
Search a selfie against all previously verified faces in your organization’s collection. Detects duplicate identities — where the same person verified under different names or credentials.

Search for Duplicates

string
required
The session whose selfie will be used as the search query.
number
Minimum similarity score to consider a match (50–100). Default: 90.

Get Search Result

Retrieve a previous face search result by ID.

How It Works

1

Face indexing

When a session is approved, the selfie is automatically indexed into your organization’s face collection.
2

Search query

When you call POST /face-search, the session’s selfie is compared against all indexed faces in your collection.
3

Duplicate detection

If a match exceeds the threshold (self-matches excluded), it’s flagged as a duplicate. A face.duplicate_found webhook is dispatched.
Face collections are per-organization. Cross-organization searches are not supported.