Get file thumbnail
Retrieves a thumbnail, or smaller image representation, of a file.
Sizes of 32x32,64x64, 128x128, and 256x256 can be returned in the .png format and sizes of 32x32, 160x160, and 320x320 can be returned in the .jpg format.
Thumbnails can be generated for the image and video file formats listed found on our community site.
Path parameters
The unique identifier that represents a file.
The ID for any file can be determined by visiting a file in the web application and copying the ID from the URL. For example, for the URL https://*.app.box.com/files/123 the file_id is 123.
The file format for the thumbnail.
Query parameters
The minimum height of the thumbnail.
The minimum width of the thumbnail.
The maximum height of the thumbnail.
The maximum width of the thumbnail.
Response
When a thumbnail can be created the thumbnail data will be returned in the body of the response.