Kairos is committed to an inclusive AI ecosystem with unbiased algorithms, ensuring equal and dignified treatment for all. We prioritize privacy, security, and offer a fair, transparent pricing model for developers and customers.
Kairos is a leading face-recognition AI company with an ethical approach to identity, that reflects our globally diverse communities. Through computer vision and deep learning, Kairos can recognize faces in videos, photos, and the real world.
Founded in 2012 and headquartered in Miami with offices in Singapore, Kairos is a venture-backed organization with customers all over the world. Our investor base includes 500 startups, Backstage Capital, Kapor Capital and New World Angels.
Kairos has served a range of clients in FinTech, Education, Retail, Facilities Management, and others. Our emphasis on flexible design and our global presence have made us an ideal partner for companies all over the world - from Buenos Aires to Bangkok.
Recognized in 2018, companies trust Kairos for their identity verification and authentication solutions–helping them combat consumer fraud, meet regulatory compliance, and deliver profitable customer experiences.
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.
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
],
}
As a developer-centric company, we understand the importance of versatility and ease of integration. That's why we've designed Kairos to be compatible with any coding languages, so you can focus on building innovative applications without worrying about compatibility issues.
At Kairos, we believe in transparency and fairness when it comes to pricing. That's why we automatically reduce prices as your volume increases, ensuring that you always get the best possible price for our AI services, with no hidden fees or surprises.
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.