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

Headers and Body Request

Type
Value

Content-Type

application/json

Body

Example Request:

raw (application/json)

{
  "key": "<API_Key>",
  "value": "qwerty",
  "lookupType": "SCREENSHOT",
  "lookupId": <LOOKUPID_VALUE>
}

{

"requestId": "6cdcdb3f-aa95-4982-b891-73e79b0790f3",

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

"status": "progress",

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

}


  'https://irbis.espysys.com/api/developer/web_collection' \
  -H 'accept: application/json' \
  -H 'Content-Type: application/json' \
  -d '{
  "key": "<API_Key>",
  "value": "qwerty",
  "lookupType": "SCREENSHOT",
  "lookupId": <LOOKUPID_VALUE>
}'

Last updated