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_KEYin 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 SceneCheckGET Get lookup data for a request
GET Get lookup data for a request by SceneCheckLast updated