Oosto OnAccess API

Per-deployment REST API for Oosto OnAccess, the facial access-control product (internal codename "Abraxas"), served from the customer's own OnAccess server under the /abx/api base path. Authentication is username/password exchanged for a bearer JWT at POST /abx/api/login. The enrolment flow published in the vendor's sample code posts an image as multipart/form-data to POST /abx/api/external-functions/extract-faces-from-image to extract face feature vectors, then creates the person record with POST /abx/api/members, carrying the extracted image features plus identity fields (name, email, phone, description), access-card credentials (card id + facility code) and member-group membership by UUID. As with OnWatch there is no vendor-hosted base URL — the API ships with the customer's installation. Reference documentation is behind an OTP login at knowledge.oosto.com; operations recorded here come from the vendor's public sample code.

API entry from apis.yml

apis.yml Raw ↑
name: Oosto OnAccess API
description: Per-deployment REST API for Oosto OnAccess, the facial access-control product (internal codename
  "Abraxas"), served from the customer's own OnAccess server under the /abx/api base path. Authentication
  is username/password exchanged for a bearer JWT at POST /abx/api/login. The enrolment flow published
  in the vendor's sample code posts an image as multipart/form-data to POST /abx/api/external-functions/extract-faces-from-image
  to extract face feature vectors, then creates the person record with POST /abx/api/members, carrying
  the extracted image features plus identity fields (name, email, phone, description), access-card credentials
  (card id + facility code) and member-group membership by UUID. As with OnWatch there is no vendor-hosted
  base URL — the API ships with the customer's installation. Reference documentation is behind an OTP
  login at knowledge.oosto.com; operations recorded here come from the vendor's public sample code.
humanURL: https://github.com/AnyVisionltd/oosto-api-sample-code/tree/master/OnAccess
tags:
- facial-recognition
- access-control
- biometrics
- visitor-management
- physical-security
properties:
- type: SourceCode
  url: https://github.com/AnyVisionltd/oosto-api-sample-code
- type: Documentation
  url: https://knowledge.oosto.com/docs
- type: Authentication
  url: authentication/anyvision-authentication.yml
- type: Conventions
  url: conventions/anyvision-conventions.yml