Try Zanitize Live
See how Zanitize protects your sensitive data in real-time
Original Text
Protected Text
How This Demo Works
- Enter or paste text containing sensitive information
- Click "Obfuscate" to see the magic happen
- View the protected text and entity mappings
- The same entities always map to the same characters within a session
Try These Examples:
See the API in Action
Here's what the API request and response look like
Request
POST /v1/obfuscate
Content-Type: application/json
X-API-Key: your_api_key
{
"content": "",
"universe": "smurfs"
}Response
{
"obfuscated_content": "",
"session_id": "",
"entities_detected": 0
}Ready to Integrate?
Start protecting your data with just a few lines of code.