RedactoRedacto

Redact anything the easy way

Built to make your team extremely productive at redactions. Our auto redaction gives you 99% time savings compared to Adobe and other redaction tools. HIPAA and GDPR compliant.

Original documentOriginal
Redacted documentRedacted

BUILT BY A WORLD CLASS TEAM

MetaYCombinatorCitiInstagram

Try It Now

Document Redaction API Demo

Drag and drop a file, or

Supported formats: PDF (max 10 pages), JPG, PNG (Max 10MB)

Or try a sample file:

API Documentation

Integrate PDF anonymization into your application with just a few lines of code.

The API supports two response modes:

original (default): Preserves the input document type (e.g. PDF remains PDF)

images: Converts each page into separate image files (PNG format)

API Status
99.9% Uptime
# Step 1: Submit the redaction job
curl -X POST https://getredacto.com/api/anonymize/async \
     -H "Authorization: YOUR_API_KEY" \
     -H "Content-Type: application/json" \
     -d '{
       "files": [{"file_url": "https://example.com/path/to/document.pdf"}],
       "mode": "original",
       "prompt": "Remove PII, but keep anonymous health information"
     }'

# Response will contain a job_id
# {
#   "job_id": "abc123def456"
# }

# Step 2: Check job status
curl -X GET https://getredacto.com/api/anonymize/status/abc123def456 \
     -H "Authorization: YOUR_API_KEY"

# Step 3: Download the redacted document when status is "completed"
# The response will contain URLs to the redacted files
# {
#   "status": "completed",
#   "result": {
#     "redacted_files": ["https://redacto-storage.s3.amazonaws.com/redacted/abc123.pdf"]
#   }
# }

Smart Detection

Automatically detects names, addresses, phone numbers, and other sensitive data.

Secure Processing

Files are processed in an isolated environment and immediately deleted after processing.

PDF Preservation

Maintains original PDF structure and formatting while redacting sensitive content.

Ready to get started?

Find out why leading startups and Fortune 500 companies trust Redacto to accurately anonymize unstructured documents.