Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Kairos AR Galleries API

Manage galleries and the subjects/face templates enrolled in them.

Kairos AR Galleries API is one of 3 APIs that Kairos AR publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Galleries. The published artifact set on APIs.io includes an OpenAPI specification and authentication docs.

This API exposes 5 operations across 5 paths, and defines 8 schemas. It is described by OpenAPI 3.0.3, at version 2.0.

Requests are made against a single base URL, https://api.kairos.com.

5 operations 5 paths 8 schemas 5 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
2.0
Base URL
https://api.kairos.com
Authentication
API Key, API Key
Resource Areas
1

Authentication & Security 2

Kairos AR Galleries API declares 2 security schemes for authenticating requests. An API key is passed in the header as app_id (app_id). An API key is passed in the header as app_key (app_key). By default, every request must be authenticated.

  • app_id — Your Kairos APPID, from https://developer.kairos.com.
  • app_key — Your Kairos APPKEY, from https://developer.kairos.com.

Paths & Operations 5

Across 5 paths, the API surfaces 5 operations — 5 POST. Each is listed below with its method, path, parameters, and response codes.

Galleries 5

Manage galleries and the subjects/face templates enrolled in them.

POST
/gallery/list_all
List all galleries
listGalleries → 200
POST
/gallery/view
View subjects in a gallery
viewGallery body → 200
POST
/gallery/view_subject
View face templates for a subject
viewSubject body → 200
POST
/gallery/remove
Remove a gallery
removeGallery body → 200
POST
/gallery/remove_subject
Remove a subject or face template
removeSubject body → 200

Schemas 8

The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are RemoveSubjectRequest (3 properties), GalleryList (2 properties), StatusMessage (2 properties), SubjectRequest (2 properties). Each schema is shown below with its type and property counts.

ErrorEnvelope
object
Kairos error envelope, returned (typically with HTTP 200) on failure.
1 property
RemoveSubjectRequest
object
3 properties 2 required
SubjectList
object
2 properties
FaceTemplateList
object
2 properties
GalleryNameRequest
object
1 property 1 required
StatusMessage
object
2 properties
GalleryList
object
2 properties
SubjectRequest
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kairos-ar-galleries-api-openapi.yml Raw ↑

Other APIs Kairos AR publishes across the network.

Kairos AR Emotion Analysis API
Kairos AR Face Recognition API