curl --request GET \
--url https://api.example.com/api/projects/{projectId}/documents/{documentId}/download \
--header 'Authorization: Bearer <token>'"<string>"Download the document content as a JSON file.
curl --request GET \
--url https://api.example.com/api/projects/{projectId}/documents/{documentId}/download \
--header 'Authorization: Bearer <token>'"<string>"Personal access token is obtained through your profile
Document unique identifier
Project unique identifier
Document content as JSON file download
Document content as JSON file download
Was this page helpful?