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

Face Capture - Selphi

The Selphi component of Facephi's Web SDK allows users' faces to be captured and verified biometrically, quickly, and securely.

The facephi-selphi-widget is a key Web component of the Web SDK, designed to handle Facial Recognition processes with advanced functions such as Liveness Detection, video recording, and Customization options. This guide provides a detailed description of its properties and Integration options.

Type: HTMLFacephiSelphiWidgetElement


Integration Example

<facephi-selphi-widget
  disableTutorial={false}
  onExtractionFinish={handleExtractionFinish}
></facephi-selphi-widget>

Configuration

The Selphi Widget Component is configured using JSX or JavaScript properties.

Properties

The custom component will emit events during its lifecycle.

Events

The Widget style can be customized.

Customization

Quick guide on how to work with the results or errors emitted by the Widget.

Results

Benefits of using Selphi

This solution is designed to:

  • Real-time facial verification.

  • Onboarding and digital authentication processes.

  • Fraud detection and identity impersonation.


When to use Selphi?

  • When you need to verify a user's identity using facial biometrics.

  • As part of a registration, access, or strengthened validation Flow.

  • In combination with other modules such as SelphID for more complete flows.


Access the specific technical documentation for Selphi:

  • Usage examples

  • Module Properties

  • Events and callbacks

  • Generated results

  • Customization and styles

  • Best usage practices


Next steps

If you haven't done so yet:

  • Review the SDK Installation.

  • Configure the SDK Provider correctly.

Last updated