> 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/headers-and-body-request-by-scenecheck.md).

# Headers and Body Request  by SceneCheck

## Header

<table><thead><tr><th>Type</th><th width="374">Value</th></tr></thead><tbody><tr><td>Content-Type</td><td>application/json</td></tr></tbody></table>

## Body

Example Request:

*raw (application/json)*

{% tabs %}
{% tab title="Example Request:" %}

```
--header 'accept: application/json' \
--form 'key="YOUR_API_KEY"' \
--form 'lookupId="LOOKUP_ID"' \
--form 'image=@"/Path/To/Your/Image.png"'
```

{% endtab %}

{% tab title="Response Body" %}
{

&#x20; "id": 1486,<--\<RESPONCE\_ID\_VALUE>

&#x20; "status": "progress",

&#x20; "message": "Results will be available soon, Use API to retrieve Data"

}
{% endtab %}

{% tab title="CURL" %}

```
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"'
```

{% endtab %}
{% endtabs %}
