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

VideoID (Video identification)

Facephi's VideoID component allows users and documents to be captured and validated simultaneously within the same Flow.

The facephi-video-id-widget is a component offered by Facephi designed for the simultaneous capture of a document and facial pattern.

This element does not need to be integrated within the SDK Web (<facephi-sdk-provider>).

Type: HTMLFacephiVideoIdElement


Integration example

<facephi-video-id-widget
    apiKey="VIDEORECORDING_KEY"
    license="WIDGETS_LICENSE"
    videoRecordingUrl="VIDEORECORDING_URL"
    tenantId="TENANT_ID"
    operationId="UNIQUE_OPERATION_ID"
    customerId="UNIQUE_USER_ID"
    speechText="Acepto los términos y condiciones"
</facephi-video-id-widget>

✅ Benefits of using VideoID

  • Verification of documents such as ID cards, passports, or driver's licenses.

  • Digital Onboarding and Identity Verification processes.

  • Prevention of document fraud.


🎯 When to use VideoID?

  • In digital Onboarding processes that require document validation.

  • To complement Biometric Verification of the face with document checks.


Access the specific technical documentation for VideoID:

InstallationIntegrationPropertiesEvents

Last updated