API
Image Recognition API

Uploads

methods allow you to upload a photo from a file or link and get information about the photo post post /uploads upload images to the service only jpeg images are supported you can also upload an image by url https //docs eyrene com/uploads#qa post uploadsuploadsbyurl note the number of requests to the point is limited to 100 requests per minute response parameters ​ https //help inspector cloud com/en/docs/api/backend/methods/v1 5/upload/uploads#response definitions id string image id width integer image width in pixels height integer image height in pixels url url image url created date datetime date and time when the image was uploaded duplicate bool the value is "true/false" "true" if the file is a duplicate post post /uploads/uploads by url upload image to the service by url only jpeg images are supported you can also upload an image by /uploads https //docs eyrene com/uploads#ou post uploads note the number of requests to the point is limited to 100 requests per minute response parameters ​ https //help inspector cloud com/en/docs/api/backend/methods/v1 5/upload/uploads by url#response definitions id integer image id width integer image width in pixels height integer image height in pixels url url image url created date datetime date and time when the image was uploaded get get uploads/{id} response parameters ​ https //help inspector cloud com/en/docs/api/backend/methods/v1 5/upload/uploads id#response definitions id integer image id width integer image width in pixels height integer image height in pixels url url image url created date datetime date and time when the image was uploaded