website logo
⌘K
🚀Welcome to Eyrene
🎉What's New
😎Tutorials
📱Mobile App
💻Web Portal
🔌API
Docs powered by archbee 

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 or /uploads_by_url.

Note

The number of requests to the point is limited to 100 requests per minute.

Get a cake by its ID
GET
Params
Body Parameters
id
required
String
ID of the cake to get

In response, the system will return report identifiers. The reports can be accessed later using /reports.

If a webhook is specified, once the reports are generated, JSON will be sent to it with a POST request.

201
|

Response parameters​

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.

Updated 14 Apr 2022
Did this page help you?
Yes
No
UP NEXT
Recognition error
Docs powered by archbee 
Request Example