| Name | API key | Created | |
|---|---|---|---|
| Loading... | |||
Paste a sample text below to see redaction in action. Costs 1 call from your monthly quota.
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