1. Home
  2. Knowledge Base
  3. Get Document Thumbnail

Get Document Thumbnail

 

Get thumbnail of a page of the document.

URL:

GET http://api.aurelon.com/api/v2/document/<DocumentGUID>/thumbnail/<PageNumber>

Request Headers:

MisKey : see Authentication

Response:

Content type is image/png and contains the PNG of the page thumbnail. Or content type application/json when with the error content.

Success:

200 OK : Document Page PNG thumbnail

Error:

  • 400 Bad Request : {“Message”:””PageNumber is not found”}
  • 401 Unauthorised : {“Message”:”Invalid MisKey”}
  • 401 Unauthorised : {“Message”: “”MisKey” or “HardwareHash”, “SerialNumber” and “ApplicationVersion” header are required”}
  • 404 Not Found : {“Message”:”DocumentGUID is not found”}
  • 500 Internal Server Error : {“Message”:”Internal Server Error”}
Updated on May 19, 2022

Was this article helpful?