Kairos AR · Authentication Profile

Kairos Ar Authentication

Authentication

Kairos AR secures its APIs with apiKey across 2 declared security schemes, as derived from its OpenAPI definitions.

CompanyFace RecognitionFacial RecognitionBiometricsEmotion AnalysisComputer VisionIdentityArtificial IntelligenceMachine LearningImage Analysis
Methods: apiKey Schemes: 2 OAuth flows: API key in: header

Security Schemes

app_id apiKey
· in: header (app_id)
app_key apiKey
· in: header (app_key)

Source

Authentication Profile

Raw ↑
generated: '2026-07-19'
method: searched
source: openapi/kairos-ar-openapi.yml
docs: https://face.kairos.com/docs/api/
notes: >-
  Every request must send two apiKey headers together — app_id and app_key.
  Keys are created and managed from the developer dashboard at
  https://developer.kairos.com. There is no OAuth surface and no scopes.
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: app_id
  type: apiKey
  in: header
  parameter: app_id
  description: Your Kairos APP_ID, from https://developer.kairos.com.
  sources:
  - openapi/kairos-ar-openapi.yml
- name: app_key
  type: apiKey
  in: header
  parameter: app_key
  description: Your Kairos APP_KEY, from https://developer.kairos.com.
  sources:
  - openapi/kairos-ar-openapi.yml