GET
/
api
/
beta
/
document
/
{document_id}
/
download
curl "https://customerName.ambersearch.de/api/beta/document/{document_id}/download" \
-H "Authentication: Bearer ambrs-exampletoken"
"<any>"
curl "https://customerName.ambersearch.de/api/beta/document/{document_id}/download" \
-H "Authentication: Bearer ambrs-exampletoken"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

document_id
string
required

The unique identifier of the document to download

Minimum length: 1

Response

200
application/json

Successful Response

The response is of type any.