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

Uploads

Methods allow you to upload a photo from a file or link and get information about the photo.

POST /uploads

Upload images to the service. Only JPEG images are supported. You can also upload an image 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
Curl
|
RESPONSES
201
|

Response parameters​

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 /uploads/uploads_by_url

Upload image to the service by URL. Only JPEG images are supported. You can also upload an image by /uploads.

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
Curl
|
RESPONSES
201
|

Response parameters​

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 uploads/{id}

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

Response parameters​

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.

Updated 14 Apr 2022
Did this page help you?
Yes
No
UP NEXT
Recognize
Docs powered by archbee 
Request example
TABLE OF CONTENTS
POST /uploads
POST
Request example
Response parameters​
POST /uploads/uploads_by_url
POST
Request example
Response parameters​
GET uploads/{id}
GET
Get Cakes
Response parameters​