Skip to main content
GET
/
v3
/
documents
/
{document_id}
/
contents
/
{document_content_id}
/
download
Download document content
curl --request GET \
  --url https://api.ctrl-hub.com/v3/documents/{document_id}/contents/{document_content_id}/download \
  --header 'X-Session-Token: <api-key>'
"<string>"

Authorizations

X-Session-Token
string
header
required

Session token for authentication.

Path Parameters

document_id
string<uuid>
required

The unique identifier for the document.

document_content_id
string<uuid>
required

The unique identifier for the document content.

Response

Download the content of a document.

The response is of type file.