Download a document
Header Parameters
The Authorization header parameter is used to provide authentication credentials for the API request. It must contain a valid access token or API key to authorize the user's access to the resource.
Query Parameters
Flag to specify if OCR'd version is requested
Content type of the document to download, applicable only when ocr is designated 'true' in query. If missing, the format of the original document (pdf or docx) is returned.
docxpdfPath Parameters
The Evisort document handler ID (numeric digits).
Response
Response redirecting to a pre-authenticated download URL for the document. To download the document, your app must follow the Location header in the response. Pre-authenticated URLs are only valid for a short period of time (a few minutes) and do not require an Authorization header to access.
Access token is missing or invalid
Response Attributes
The error response parameter is returned when there is an issue with the API request. It provides information about the error, such as the error code and message, to help the user troubleshoot and resolve the issue.
Forbidden
Response Attributes
The error response parameter is returned when there is an issue with the API request. It provides information about the error, such as the error code and message, to help the user troubleshoot and resolve the issue.
Internal/Unexpected Error
Response Attributes
The error response parameter is returned when there is an issue with the API request. It provides information about the error, such as the error code and message, to help the user troubleshoot and resolve the issue.