> For the complete documentation index, see [llms.txt](https://docs.kby-ai.com/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kby-ai.com/help/product/face-liveness-detection-sdk-face-recognition-sdk.md).

# Face Liveness Detection SDK, Face Recognition SDK

We provide both the Face Mobile SDKs and Server SDKs.

Our Face SDK stands for 3D passive face liveness detection, face anti-spoofing, face fraudulent check, face liveness check, fraud prevention, face fraud detection, mitigating biometric fraud, face recognition, face feature, face matching, face comparison on digital onboarding, KYC verification or IDV process

Our facial recognition algorithm is globally top-ranked by NIST in the FRVT 1:1 leaderboards. ([Latest NIST frvt evaluation report 2024-12-20](https://pages.nist.gov/frvt/html/frvt11.html))

![frvt-sheet](https://github.com/user-attachments/assets/16b4cee2-3a91-453f-94e0-9e81262393d7)

{% embed url="<https://youtu.be/qOAlsq6uba0>" %}

{% embed url="<https://youtu.be/HpDggnWsG1c>" %}

{% embed url="<https://www.youtube.com/watch?v=-WiAethTacc>" %}

## Mobile SDK(Android, iOS) - Face Liveness Detection, Face Recognition

{% hint style="info" %}
We offer three versions of our mobile SDK: Basic, Standard, and Premium.&#x20;
{% endhint %}

| Basic SDK - Mobile      | Standard SDK - Mobile   | Premium SDK - Mobile              |
| ----------------------- | ----------------------- | --------------------------------- |
| Face Detection          | Face Detection          | Face Detection                    |
| Face Liveness Detection | Face Liveness Detection | Face Liveness Detection           |
| Pose Estimation         | Pose Estimation         | Pose Estimation                   |
|                         | Face Recognition        | Face Recognition                  |
|                         |                         | 68 points Face Landmark Detection |
|                         |                         | Face Quality Calculation          |
|                         |                         | Face Occlusion Detection          |
|                         |                         | Eye Closure Detection             |
|                         |                         | Age, Gender Estimation            |

<table data-view="cards"><thead><tr><th align="center"></th><th data-hidden></th><th data-hidden></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center">Basic SDK - Mobile</td><td></td><td></td><td><a href="/files/XTq4gxhVFGj2t8NXNwIl">/files/XTq4gxhVFGj2t8NXNwIl</a></td><td><a href="/pages/AQbUsIhRmj1ggrmd0AXr">/pages/AQbUsIhRmj1ggrmd0AXr</a></td></tr><tr><td align="center">Standard SDK - Mobile</td><td></td><td></td><td><a href="/files/AuOMkUoxC5unf3vnl3ex">/files/AuOMkUoxC5unf3vnl3ex</a></td><td><a href="/pages/44GhtvrcPFF7rR8U7TQE">/pages/44GhtvrcPFF7rR8U7TQE</a></td></tr><tr><td align="center">Premium SDK - Mobile</td><td></td><td></td><td><a href="/files/DLCaLdtuPiprMaBamj7k">/files/DLCaLdtuPiprMaBamj7k</a></td><td><a href="/pages/GtZN4irTy6CBhKiuPAk1">/pages/GtZN4irTy6CBhKiuPAk1</a></td></tr></tbody></table>

## Server SDK(Windows, Linux) - Face Liveness Detection, Face Recognition

{% hint style="info" %}
We provide two versions of our server SDK: Face Liveness Detection SDK and Face Recognition SDK.
{% endhint %}

| Face Liveness Detection SDK       | Face Recognition SDK              |
| --------------------------------- | --------------------------------- |
| Face Detection                    | Face Detection                    |
| Face Liveness Detection           | Face Recognition                  |
| Pose Estimation                   | Pose Estimation                   |
| 68 points Face Landmark Detection | 68 points Face Landmark Detection |
| Face Quality Calculation          | Face Occlusion Detection          |
| Face Occlusion Detection          | Face Occlusion Detection          |
| Eye Closure Detection             | Eye Closure Detection             |
| Mouth Opening Check               | Mouth Opening Check               |

<table data-card-size="large" data-view="cards"><thead><tr><th align="center"></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center">Face Liveness Detection SDK - Server</td><td></td><td><a href="/files/4uWrQZRnicjZXTum7dpo">/files/4uWrQZRnicjZXTum7dpo</a></td><td><a href="/pages/4FfYG027iaVLxs3nm8Nr">/pages/4FfYG027iaVLxs3nm8Nr</a></td></tr><tr><td align="center">Face Recognition SDK - Server</td><td></td><td><a href="/files/Y4GIooO8gfeKwGL4FnnM">/files/Y4GIooO8gfeKwGL4FnnM</a></td><td><a href="/pages/k2y4cvoJJnyrEI9KW0C7">/pages/k2y4cvoJJnyrEI9KW0C7</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.kby-ai.com/help/product/face-liveness-detection-sdk-face-recognition-sdk.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
