Documentation

MCP Server, REST API, and SDK integration guides for anonym.legal and cloak.business

Anonymization Methods

Choose the right method for your use case

replace Default

Replaces PII with realistic fake data. Maintains document readability.

"John Smith" → "Max Mueller"
redact

Completely removes PII. Irreversible but maximum privacy.

"john@example.com" → "[REDACTED]"
hash SHA-256

One-way cryptographic hash. Consistent pseudonymization.

"555-0123" → "a7f3c9d2..."
encrypt AES-256-GCM

Military-grade encryption. Fully reversible with the correct key.

"DE89370400..." → "enc_xK9mP2..."
mask

Partial visibility with masked characters. Shows structure.

"4532-1234-5678-9012" → "4532-****-****-9012"

Need help?

Our team is ready to help you integrate Anonymize.dev into your workflow.

Limitations: Maximum text length is 100,000 characters per request. However, batch requests support larger datasets. Rate limits: 60 req/min (Pro), 200 req/min (Business).