Download OpenAPI specification:Download
Manage the face authentication sessions that are used to securely verify the identity of your customers by biometrically matching a selfie to a known image of the user.
Creates a new face authentication session that will provide a secure context to the process. It returns a device session ID that will be used when initiating the authentication process from the client side. This should be called from the backend.
{- "reference": {
- "type": "raw",
- "content": "string",
- "format": "string"
}, - "use_case": "login"
}
{- "session_id": "string",
- "device_session_id": "string"
}
Retrieves the result of the face authentication session, which indicates if the user-provided selfie matches the reference image. This should be called from the backend.
{- "status": "pending",
- "recommendation": "ALLOW"
}