A thumbnail is a small image, either as .png or as .jpg that can be used in
an application as a representation of the file, for example as a placeholder for
a link that downloads or previews the file.
The preferred way to get a thumbnail for a file is using the
.
Sometimes the thumbnail can not be created directly. Instead, the API will
return a HTTP 202 with a location response header. The location
is for a temporary image that can be used while the thumbnail is being
generated.A retry-after response header is also provided to present you with
an estimated amount of seconds before retrying this endpoint.
Thumbnails are not scaled up. If the original file size of the file uploaded to
Box is smaller than the representation dimensions, the resulting thumbnail is
capped at the size of the original file.