For the complete documentation index, see llms.txt. This page is also available as Markdown.

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_insize

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

curl --location 'https://irbis.espysys.com/api/developer/image_insize' \
--header 'accept: application/json' \
--form 'key="YOUR_API_KEY"' \
--form 'lookupId="LOOKUP_ID"' \
--form 'image=@"/Path/To/Your/Image.png"'

Instructions:

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

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 page or at API lookup types page

Headers and Body

Headers and Body Request by SceneCheck

GET Get lookup data for a request

GET Get lookup data for a request by SceneCheck

Last updated