Scene Check

Scene Check API instantly analyzes images to reveal location, time context, and scene insights, while performing automated threat assessment for faster identification and intelligence.

Endpoint: POST https://irbis.espysys.com/api/developer/image_insizearrow-up-right

Below is a sample request to perform a lookup using the API:

{
  "key": "YOUR_API_KEY",
  "value": "BASE64_IMAGE_DATA",
  "lookupId": "LOOKUPID_VALUE"
}

Instructions:

  • Replace YOUR_API_KEY in the "key" field with your actual API Key.

  • For the "value" field, insert the image file encoded in BASE64 format.

Ensure you make the necessary substitutions in the provided fields for accurate and successful search queries.

The lookupId must be set to what is shown in table API lookups types at Developer pagearrow-up-right or at API lookup types page

Headers and Body

Headers and Body Request by SceneCheckchevron-right

GET Get lookup data for a request

GET Get lookup data for a request by SceneCheckchevron-right

Last updated