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

Headers and Body Request by SceneCheck

End Point: https://irbis.espysys.com/api/developer/image_insize

Type
Value

Content-Type

application/json

Body

Example Request:

raw (application/json)

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

{

"id": 1486,<--<RESPONCE_ID_VALUE>

"status": "progress",

"message": "Results will be available soon, Use API to retrieve Data"

}

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

Last updated