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

Facephi Authentication

The Authentication flow is used when you have a user who already has registered biometric data.

What does this solution solve?

It allows a user's identity to be confirmed using only a selfie, performing a liveness check and comparing it with the user's Biometric Template generated during Onboarding.

SaaS Integration

Required SDKs

Required backend services (Rest API)

  • Authentication service: POST /authenticateUser

    • Performs the liveness check and comparison of the person's face against the stored Biometric Template.

  • Service for updating the Biometric Template: POST /updateUserTemplate

FAQs

  • How often should the Biometric Template be updated?

At Facephi, the Biometric Template is not updated automatically. As a best practice, it is recommended to review it and possibly update it annually, as well as in specific events that may affect the quality, security, or representativeness of the identity; for this, the service is available /updateUserTemplate

Last updated