v15

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-054790287.3 KB
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).