> For the complete documentation index, see [llms.txt](https://docs.facephi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.facephi.com/docs.facephi-en/sdks/sdk-web/componentes/videoid-identificacion-en-video.md).

# VideoID (video identification)

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

{% hint style="info" %}
This element does not need to be integrated within the SDK Web (`<facephi-sdk-provider>`).
{% endhint %}

Type: `HTMLFacephiVideoIdElement`

***

Integration example

```jsx
<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.

***

### 🛠️ Related content

Access the specific technical documentation for VideoID:

{% content-ref url="/pages/78f462202b9da8f082a57b94f45cf58d8f6ebcad" %}
[Installation](/docs.facephi-en/sdks/sdk-web/componentes/videoid-identificacion-en-video/instalacion.md)
{% endcontent-ref %}

{% content-ref url="/pages/b8a9c964621725b1627e0f733ee5312b94dec52f" %}
[Integration](/docs.facephi-en/sdks/sdk-web/componentes/videoid-identificacion-en-video/integracion.md)
{% endcontent-ref %}

{% content-ref url="/pages/0ee152a0954053f78e41188cb00543dc5f31c129" %}
[Properties](/docs.facephi-en/sdks/sdk-web/componentes/videoid-identificacion-en-video/propiedades.md)
{% endcontent-ref %}

{% content-ref url="/pages/481f3f84b31155839679e0fcca0458ea79ec27df" %}
[Events](/docs.facephi-en/sdks/sdk-web/componentes/videoid-identificacion-en-video/eventos.md)
{% endcontent-ref %}

***
