Filter

Filter a PDF and receive a redacted PDF in return.

Asynchronous by default. Returns 202 Accepted with {"documentId":...} and a Location: /api/documents/{documentId} header. Append ?async=false to receive the redacted PDF bytes inline (200 OK). Requires the redact scope.

post/api/filter

Query parameters

cstring
pstring
filenamestring
asyncboolean

Headers

Authorizationstring required

Response

Redacted PDF bytes (synchronous path).

Changes