1. Home
  2. Docs
  3. Detection & Identification API document
  4. API Overview

API Overview

Sentry Detection and Identification API allows you to build applications that interact with Sentry AI’s detection and identification services.

The API is organized around REST – if you’ve interacted with a RESTful API already, many of the concepts will be familiar to you. We use standard HTTP features, like HTTP verbs, which can be understood by many HTTP clients. JSON will be returned in all responses from the API, including errors. The APIs are designed to have predictable, straightforward URLs and to use HTTP response codes and human readable messages to indicate API errors. 

You will need an Access Token/API Key if you want to use the API. 

/peopleDetects the people in a given image and provides the bounding box coordinates encapsulating the area.
/recognizeDetect the faces present in an image and associate labels with them.
/labelChange the system generated Label, usually to the name of the person.
Was this article helpful to you? Yes No

How can we help?