> For the complete documentation index, see [llms.txt](https://api-docs.espysys.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api-docs.espysys.com/scene-check.md).

# 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:** <mark style="color:yellow;">POST</mark> <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](https://espyosint.ddns.net/developer) or at [API lookup types](/api-lookup-types.md) page

## Headers and Body

{% content-ref url="/pages/o84hoJJMt3OPq8OTqKQr" %}
[Headers and Body Request  by SceneCheck](/scene-check/headers-and-body-request-by-scenecheck.md)
{% endcontent-ref %}

## GET Get lookup data for a request

{% content-ref url="/pages/T6lG2st3GaFhQuVoZnfd" %}
[GET Get lookup data for a request by SceneCheck](/scene-check/get-get-lookup-data-for-a-request-by-scenecheck.md)
{% endcontent-ref %}
