Integration
Initialize Session
How to fetch a session token for Face Match verification
For a user to go through Face Match, you must first fetch a valid session token. This token establishes the authenticity throughout the verification process.
Each session token is short-lived and should be generated immediately before starting the verification process.
Get Session ID
To get a session ID, your application’s server must make an API request to the GET /liveness/session endpoint.
For security, best practice is to fetch the session token from a protected server, never on the client.
Next Steps
Once you have obtained a session token, you can proceed to navigate the user to Face Match to complete the verification process.