GET /api/v1/documents/{id} — Download Document File
Download the original document file by its ID. Returns the file as binary content.
Authentication
Bearer
Request Headers
- Authorization (required)
- Bearer {token}
Path Parameters
- id (string, required)
- The unique document ID
Responses
HTTP 200 — application/pdf File Binary
{}