API
Image Recognition API
Recognize
create a request for processing a group of photos images are processed in batches scenes a report is generated for all images in the scene in one scene, there can be photos of different parts of one shelf or photos of several shelves of the same product category images must be pre loaded into the system via /uploads https //docs eyrene com/uploads#ou post uploads or /uploads by url https //docs eyrene com/uploads#or get uploadsid note the number of requests to the point is limited to 100 requests per minute in response, the system will return report identifiers the reports can be accessed later using /reports https //help inspector cloud com/en/docs/api/backend/methods/v1 5/reports/reports if a webhook is specified, once the reports are generated, json will be sent to it with a post request 201 { "id" 11234, "images" \[ 156673, 156674, 156675, 156676 ], "display" 13, "reports" { "1786" {// report in json text }, "1786" {// report in json text } } } response parameters https //help inspector cloud com/en/docs/api/backend/methods/v1 5/recognition/recognize#response definitions id string (id) report id images list of strings list of image id's from the request display integer list of display ids reports dictionary report type > report id report id's for the scene scene string uuid created scene id