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

Authorizations

Authorization
string
header
required

Personal access token is obtained through your profile

Path Parameters

documentId
string<uuid>
required

Document unique identifier

projectId
string<uuid>
required

Project unique identifier

Response

200 - application/json

Document content as JSON file download

Document content as JSON file download