Download Document
GET/external/v1/projects/:projectId/documents/:documentId/result
Downloads the anonymized document as a binary file (application/octet-stream). A Content-Disposition header provides the suggested filename.
Call this after status is COMPLETED.
Request
Responses
- 200
- 401
- 403
- 404
Anonymized document file. Includes Content-Disposition with the filename.
Missing or invalid API key / credentials.
Often an empty body. Some auth failures return application/problem+json
with type, title, status, and detail (no instance or problemCode).
Project not accessible
Project, document, or result file not found