Redaction API

Permanently redact PII and remove sensitive information from PDFs by integrating a secure redaction API. Redact documents by identifying preset text patterns, regex matches, keywords, or specific search criteria for compliance, privacy, and regulated workflows.

Permanently remove PII and sensitive data

Redact names, account numbers, addresses, PII, and other confidential information from PDFs with precision, irreversibly and securely.

Automate with Zapier

Automatically redact sensitive text in PDFs using our Zapier integration, a no-code solution to ensure compliance and archival readiness automatically.

Pattern-based compliance workflows

Automatically find and redact content using regex, keywords, or custom search criteria for privacy, legal, financial, and regulated document workflows.


Try it out

This example redacts text in your document, effectively and permanently removing the matching content.


Try it out in three steps

  1. Add document.pdf to your project folder.
  2. Run the code from the same folder.
  3. Open result.pdf to see the output.
curl -X POST https://api.nutrient.io/processor/redact \
-H "Authorization: Bearer your_api_key_here" \
-o result.pdf \
--fail \
-F file=@document.pdf \
-F data='{
"strategy": "text",
"strategyOptions": {
"text": "macaque",
"caseSensitive": false
},
"redactionState": "apply"
}'

Start now

Create an account to access your API key and start with 50 free credits per month

Start building with DWS Processor API in minutes — no payment information required.

Already have an account? Sign in →

API comparison

BASIC

Redaction API

A streamlined API designed for fast, secure redaction — perfect for 90 percent of use cases.


FEATURES

  • Simple request format
  • Minimal configuration required
  • Purpose-built for specific tasks
ADVANCED

Build API

Maximum flexibility and advanced features for complex workflows.


FEATURES

  • Multipart document support
  • Advanced actions and transformations
  • Workflow orchestration


Security is our top priority

No document storage

No input or resulting documents are stored on our infrastructure. All files are deleted as soon as a request finishes. Alternatively, check out our self-hosted product.

HTTPS encryption

All communication between your application and Nutrient is done via HTTPS to ensure your data is encrypted when it’s sent to us.

Safe payment processing

All payments are handled by Paddle. Nutrient DWS Processor API never has direct access to any of your payment data.

Ready to try it?

Create an account to get your DWS Processor API key and start making API calls.