Face Authentication Check
What kind of data I will get
The Face Authentication Check service provided by ComplyCube allows businesses to authenticate the identity of their users through advanced facial recognition technology. This service is designed to improve security and streamline the authentication process by matching a person's face against previously registered biometric data.
To utilize the Face Authentication Check, the customer must have successfully passed a check that required providing photo of the person.
One key advantage of the Face Authentication Check is that it does not require the customer to provide their ID again. The system utilizes the image captured during the initial Identity Check for comparison purposes.
Input
clientId
Id of the client that successfully passed other identity confirming check
string
Yes
Input Example
Output
id
String
Unique identifier for the main entity
entityName
String
Name of the entity being processed
type
String
Type of the operation (e.g., face_authentication_check)
clientId
String
Unique identifier for the client
livePhotoId
String
Identifier for the live photo used in the authentication
status
String
Current status of the process (e.g., complete)
Object
Object containing detailed result data
updatedAt
String
Timestamp of the last update
createdAt
String
Timestamp of when the entity was created
Result
outcome
String
Final outcome of the authentication (e.g., clear)
Object
Object containing a detailed breakdown of the result
Breakdown
Object
Object containing face authentication and similarity information
FaceAuthentication
facialSimilarity
String
Similarity status of the face (e.g., clear)
Object
Object containing detailed information on matches
SubBreakdown
Array<Object>
List of objects containing facial match info
Object
Object containing information about enrolled faces
FaceMatch
livePhotoId
String
Identifier for the matched live photo
facialSimilarityScore
Integer
Score indicating the similarity of the face match
EnrolledFaces
livePhotoIds
Array<String>
List of identifiers for the enrolled faces
Output Example
Last updated
Was this helpful?