Kairos verifies age in milliseconds using a single selfie. Our AI accurately differentiates children from adults, ensuring age-appropriate access and protection - keeping children away from alcohol, tobacco, e-cigarettes, online dating, gambling, and other inappropriate adult material.
User name and other details are never collected, so your users can feel comfortable accessing your service.
All it takes is a single selfie to get a result. No additional input required from the user.
All it takes is a single selfie to get a result. No additional input required from the user.
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.