Theme switcher

Download a document

Header Parameters

Authorizationstring

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

ocrboolean

Flag to specify if OCR'd version is requested

Default value
false
typestring

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.

Enum values:
docxpdf

Path Parameters

evisortIdstring Required

The Evisort document handler ID (numeric digits).

Minimum
1
Pattern
^[0-9]+$

Response

302
Object
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.
401
Object
Access token is missing or invalid

Response Attributes

errorstring

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.

403
Object
Forbidden

Response Attributes

errorstring

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.

500
Object
Internal/Unexpected Error

Response Attributes

errorstring

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.

Was this section helpful?

GET

/

Select
1

Response

Was this section helpful?
View as Markdown

Ask an AI

Open in ChatGPTOpen in ClaudeOpen in Perplexity

Code with AI

Open in Copilot