For the complete documentation index, see llms.txt. This page is also available as Markdown.

Authentication

The Authentication API provides services for Identity Verification of previously registered users, using facial and voice biometrics.

Available services

  • Authenticate User: Validates the liveness check and facial Authentication by comparing the Biometric Template stored during Onboarding with a current tokenized image.

  • Authenticate User V2: Improved Version of the facial Authentication service with liveness check validation and Biometric Template comparison.

  • Update User Template: Allows updating the Biometric Template associated with a user, synchronizing the stored template with a newly registered template.

  • Delete Users: Allows batch deletion of users registered in the Authentication system.

  • Voice Authentication: Authenticates a user using their voice, comparing an audio file with a previously registered voice template.

Last updated