Get Document PIIs
GET/external/v1/projects/:projectId/documents/:documentId/result/piis
Returns the personally identifiable information (PII) detected in the document, including page-level detections.
Only available when the project is configured to disable document correction.Otherwise the API responds with 403.
Request
Responses
- 200
- 401
- 403
- 404
Detected PIIs for the document
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 or PII storage disabled for the project
Project or document not found