RedactPath free
Signed in · Sign out
Calls this month
used / included
Overage
$0.005 / call
Calls remaining
until month reset
Month resets
UTC midnight

API keys

Name API key Created
Loading...

Try it now

Paste a sample text below to see redaction in action. Costs 1 call from your monthly quota.

API quick reference

POST /v1/redact
Authorization: Bearer rpath_YOUR_KEY
Content-Type: application/json

{
  "text": "...",
  "language": "auto",
  "categories": ["NAME", "EMAIL", "PHONE", "ADDRESS",
                 "CREDIT_CARD", "SSN", "DOB", "IP"]
}

Response:
{
  "redacted_text": "...",
  "redactions": [{...}],
  "char_count": 56,
  "calls_consumed": 1,
  "calls_remaining": 99,
  "tier": "free"
}

Full docs at docs.redactpath.com