Initialize Session
For a user to go through FaceMatch you must first fetch a valid session token.
Note: Each session token is short-lived and used to establish the authenticity throughout the session
Get Session Token
To get a session token, your application's server can make an API request to Verisoul like below. Note, for security, best practice is to fetch the session token from a protected server, not on the client.
Last updated