Use our biometric identification to identify potential fraudsters and search their face images against databases of blocklisted users, known fraudsters, or previous onboarding sessions. Kairos’ unbiased algorithms work accurately across all ethnicities. Our algorithms are honed by over a billion verifications and a decade of experience in the field.
Kairos compares two photos (1:1) instantly and with best in class accuracy. Kairos is equally fast and accurate at comparing a photo to a gallery of photos (1:N)
Automatically verify that an ID document belongs to the user presenting it using our AI. Kairos compares a selfie to an ID Document photo (1:1) adding a layer of protection against stolen IDs and impersonation attacks to prevent fraud.
Achieve high pass rates with a seamless, user-friendly experience that minimizes friction and maximizes conversion.
Kairos' proprietary indexer is engineered to sift through vast datasets with remarkable speed, so it delivers accurate results even when navigating immense data volumes.
As your transaction volume rises, we automatically lower the cost per transaction, ensuring you always get the lowest price. You don't need to monitor usage or take any action; we handle it all. Dive into our pricing page to discover more.
export APP_ID=your_app_id
export APP_KEY=your_app_key
curl -v -X POST https://dev-api.kairos.com/api-v4/full-id-verification \
-H "app_id: $APP_ID" -H "app_key: $APP_KEY" \
-F document=@/path_to/id_doc.jpg \
-F selfie=@/path_to/face.png
export UID=your_api_req_uuid
curl "https://dev-api.kairos.com/api-v4/full-id-verification/$UID" \
-H "app_id: $APP_ID" -H "app_key: $APP_KEY"
{
"op": "read",
"message": "",
"result": {
"requested_at": "2023-12-12 14:19:57",
"processed_at": "2023-12-12 14:20:08",
"data": {
"id": {
"age": [
{
"value": "38",
"confidence": 0.998,
"source": "MRZ",
"index": 0,
"outputBox": [
[
51,
596
],
[
960,
577
],
[
963,
651
],
[
55,
673
]
]
},
{
"value": "38",
"confidence": 0.995,
"source": "visual",
"index": 0,
"inputBox": [
[
204,
188
],
[
291,
188
],
[
291,
203
],
[
204,
203
]
],
"outputBox": [
[
348,
296
],
[
508,
294
],
[
510,
326
],
[
349,
326
]
]
}
],
"countryFull": [
{
"value": "South Korea",
"confidence": 1,
"source": "visual",
"index": 0
}
],
"countryIso2": [
{
"value": "KR",
"confidence": 1,
"source": "visual",
"index": 0
}
],
"countryIso3": [
{
"value": "KOR",
"confidence": 1,
"source": "visual",
"index": 0
}
],
"daysFromIssue": [
{
"value": "3528",
"confidence": 0.998,
"source": "visual",
"index": 0,
"inputBox": [
[
204,
244
],
[
294,
244
],
[
294,
258
],
[
204,
258
]
],
"outputBox": [
[
353,
403
],
[
518,
402
],
}
Take advantage of detailed documentation to integrate and configure Kairos in just a few easy steps, saving months of development work and avoiding unnecessary delays. Sign-up for free, get your API keys, and start testing right away. Kairos' API works with any language and can be integrated into any application.
Kairos uses best in class security practices and protocols. Faces in photos are immediately masked as templates so that identities cannot be discovered. We use strong encryption methods, like AES-256, to encrypt data stored in cloud storage, ensuring data remains secure while at rest and we use TLS to protect data as it's transferred between the client and server or across data centers.
Kairos stands at the forefront of promoting diversity and ensuring unbiased AI in facial recognition. Recognizing the critical nature of diversity bias in AI, Kairos has actively addressed data skewness by curating diverse datasets that are representative of various ethnicities, genders, and age groups. Kairos not only offers a technically superior solution but also champions the cause of unbiased and ethical facial recognition in the AI industry.