Download a document by its ID.
This endpoint allows downloading a document’s content using its unique identifier. The response will be the actual file content with appropriate content type headers.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The unique identifier of the document to download
1
Successful Response
The response is of type any
.