Download document
GET/api/v1/documents/:id/download
GET /api/v1/documents/{id}/download
Downloads or streams the document file. Use the inline query parameter to display the document in the browser instead of downloading it.
Request
Responses
- 200
- 401
- 403
- 422
- 429
- 5XX
- default
Returns the file as a binary stream
Authentication error
Authorization error
Validation error
Rate Limit Exceeded
Server error
Unexpected Error