Redact sensitive data with one API call.

Make your app GDPR, CCPA & HIPAA compliant instantly. RedactKit removes SSNs, driver’s license numbers, credit cards, medical IDs, emails, and more from text & PDFs.

No credit card required • Free 1,000 calls/month

curl -X POST https://redactkit.com/api/redact/text \
  -H "Content-Type: application/json" \
  -d '{
    "input": "Email: jane.doe@example.com | SSN: 123-45-6789 | Driver License: CA D1234567 | MRN: MRN-839201 | Phone: (415) 555-1212 | Card: 4111 1111 1111 1111 | Address: 1600 Amphitheatre Pkwy, Mountain View, CA | PAN: ABCDE1234F | Aadhaar: 1234-5678-9012"
  }'

# Example response
# {
#   "input": "Email: jane.doe@example.com | SSN: 123-45-6789 | Driver License: CA D1234567 | MRN: MRN-839201 | Phone: (415) 555-1212 | Card: 4111 1111 1111 1111 | Address: 1600 Amphitheatre Pkwy, Mountain View, CA | PAN: ABCDE1234F | Aadhaar: 1234-5678-9012",
#   "output": "Email: [REDACTED_EMAIL] | SSN: [REDACTED_SSN] | Driver License: [REDACTED_DL] | MRN: [REDACTED_MRN] | Phone: [REDACTED_PHONE] | Card: [REDACTED_CARD] | Address: [REDACTED_ADDRESS] | PAN: [REDACTED_PAN] | Aadhaar: [REDACTED_AADHAAR]"
# }
Simple REST: data in → safe data out. Files auto-delete in 24h. Privacy first.
Why RedactKit

Data leaks cost millions — don’t let yours be next

PII hides in logs, tickets, resumes, and PDFs. Manual redaction is slow and error-prone. RedactKit gives you a lightweight, developer-first API to automate it.

Compliance-ready

GDPR, HIPAA, DPDP, PCI DSS. Configure what to mask vs anonymize.

Multi-format

Start with Text & PDF. Image OCR redaction coming soon.

Developer-first

Clear docs, API keys, usage dashboard, and transparent pricing.

How it works

Data in. Safe data out.

Send a POST request with text or a PDF. We detect Aadhaar, PAN, emails, phones, credit cards, names, addresses — and return a safe version in milliseconds.

/redact/text

Redact PII from raw text

POST /redact/text
{
  "input": "Phone: +91-98765-43210, PAN: ABCDE1234F"
}

/redact/pdf

Upload PDF, get a safe version

POST /redact/pdf
Content-Type: multipart/form-data
file=@resume.pdf
Live Demo

See PDF redaction in action

Left: original document. Right: redacted with inline masking inside natural sentences.

Pricing

Simple, transparent tiers

Start free. Scale as you grow.

Free
$0
  • 1,000 API calls/mo
  • Email support
  • /redact/text access
Start Free
Starter
$29/mo
  • 50,000 API calls/mo
  • /redact/pdf access
  • Basic analytics
Choose Starter
Growth
$99/mo
  • 250,000 API calls/mo
  • Priority email support
  • Usage dashboard
Choose Growth
Get started

Grab your free API key

No credit card required. 1,000 calls/month free.

We’ll email your API key and docs link. By signing up you agree to our Terms & Privacy.

Build trust by protecting customer data — with one line of code.

© 2025 RedactKit, Inc. All rights reserved.