Skip to main content
GET
/
documents
/
{document_id}
/
download
Download document bytes
curl --request GET \
  --url https://api.bluumfinance.com/v1/documents/{document_id}/download \
  --header 'Authorization: Basic <encoded-value>'
"<string>"

Authorizations

Authorization
string
header
required

HTTP Basic Authentication using the API Key as username and API Secret as password.

Path Parameters

document_id
string<uuid>
required
Example:

"doc_a1b2c3d4e5f6g7h8"

Response

Document file bytes

The response is of type file.