Get a thumbnail for a document

Returns the raw thumbnail bytes for a document.

URL

GET /thumbnail

Query Parameters

Name  Description
id  The document ID.
size   The width of the thumbnail.

Response

The raw thumbnail bytes.

Example:: https://www.acme.com/api/thumbnail?id=123456

On this page