Uploads
Methods allow you to upload a photo from a file or link and get information about the photo.
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.
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.
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.
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.
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.