Introduction
Redact PDF AI is the PDF redaction API for developers.
Use this API to upload one or more PDFs, run asynchronous PII redaction, and download redacted outputs.
- Base URL:
https://api.redactpdf.ai - Auth:
X-API-Keyheader (server-side only) - API format: asynchronous jobs
- OpenAPI: https://redactpdf.ai/openapi.yaml
Documentation
Quickstart
Guides
Explore
Core flow
- Create a job with one or more PDF files.
- Poll the job until each document is
redactedorerror. - Download each redacted document output.
- Optionally delete the job to purge artifacts.
Document status model
uploadedanalyzingredactingredactederror
Notes on this markdown docs set
These pages are currently published as static markdown under /docs/*.md for indexing and implementation planning.
Planned future routed paths (without .md) should map 1:1 to this structure.