Gets a document thumbnail

GET /api/documents/thumbnail

Returns a thumbnail of a document where possible.

Query parameters

  • size string Required

    size (small/medium/large)

  • fc string Required

    Flushes the cache (recreates the thumbnail)

  • docreate string Required

    Creates the thumbnail if not present

  • filetype string Required

    filetype of the document if known

Responses

GET /api/documents/thumbnail
curl \
 -X GET http://api.example.com/api/documents/thumbnail?size=string&fc=string&docreate=string&filetype=string \
 -H "Authorization: Bearer $ACCESS_TOKEN"