Skip to main content

GET uploads/{id}

Get the details of the previously uploaded image.

Adress: GET https://instance_name/api/v1.5/uploads/{id}

Content-type: application/json

Note

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

Path parameters


id integer

Image ID.


Request example

curl –i –X GET
https://test.inspector-cloud.com/api/v1.5/uploads/123456789059846
-H ‘Authorization: Token your_token’

Response example

Response code: 200

{
"id": 156673,
"url": "https:/test.inspector-cloud.com/media/12345678-1234-5678-1234-567812345678.jpg",
"width": 720,
"height": 1280,
"created_date": "2016-08-31T10:32:15.687287Z"
}

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.