Skip to main content
Identify a person by searching a facial image against a database of enrolled identities. The service performs biometric face comparison and returns potential matching identities with similarity scores.
POST/api/gw/services/face_search

Authorizations

string
required
API key used to authenticate the request.

Body

string
required
Base64 encoded facial image to search against the identity database.
number
Minimum similarity score threshold for returning matches (0 to 1).
number
Maximum number of matching identities to return.

Response

boolean
Indicates whether the request was processed successfully.
string
Unique identifier for the API request.
string
Identifier used for tracing the request across systems.
object
Contains face search results.
array
List of identities matching the submitted facial image.
string
Unique identifier of the matched identity.
number
Similarity score between the submitted face and matched identity (0 to 1).
number
Confidence score of the biometric match.
object | null
Contains error details if the request fails; otherwise null.
number
Time taken to process the request in milliseconds.
string
Timestamp when the request was processed (ISO 8601 format).