curl "https://customerName.ambersearch.de/api/beta/document/{document_id}/download" \ -H "Authorization: Bearer ambrs-exampletoken"
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
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.
Bearer <token>
<token>
The unique identifier of the document to download
1
Successful Response