Skip to main content
GET
/
cases
/
{case_id}
/
documents
/
{document_id}
/
download
Download a document
curl --request GET \
  --url https://api.example.com/v1/cases/{case_id}/documents/{document_id}/download \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

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

Path Parameters

case_id
string
required

Unique case identifier (ULID format).

document_id
string
required

Response

Document file.

The response is of type file.