Get file thumbnail

GET https://{{api.box.com}}/2.0/files/:file_id/thumbnail.:extension

Retrieves a thumbnail, or smaller image representation, of a file.

https://developer.box.com/reference/get-files-id-thumbnail-id

Request Params

KeyDatatypeRequiredDescription
min_heightnumberThe minimum height of the thumbnail
min_widthnumberThe minimum width of the thumbnail
max_heightnumberThe maximum height of the thumbnail
max_widthnumberThe maximum width of the thumbnail

RESPONSES

status: OK