PII Anonymization API for Developers
Ship privacy-first applications with anonym.legal's developer-friendly API. REST endpoints for CI/CD integration, MCP Server for AI tools, and consistent anonymization across 48 languages.
האתגר
צוותי פיתוח מתמודדים עם מתח מתמיד בין נתוני בדיקה ריאליסטיים והגנת נתונים:
- •נתוני הפקה מכילים PII רגיש שאי אפשר להשתמש בו ישירות
- •נתונים סינתטיים לעיתים חסרים את הריאליזם הנדרש לבדיקות משמעותיות
- •אנונימיזציה ידנית לוקחת זמן ונתונה לטעויות
- •סביבות שונות זקוקות לנתונים עקביים וחוזרים
# Anonymize test data in CI/CD pipeline
curl -X POST https://anonym.legal/api/presidio/anonymize \
-H "Authorization: Bearer $API_TOKEN" \
-H "Content-Type: application/json" \
-d '{"text": "Contact john@company.com", "anonymizers": {"DEFAULT": {"type": "replace"}}}'הפתרון
שלב אנונימיזציה של PII ישירות בזרימת העבודה של הפיתוח שלך עם ה-API RESTful שלנו.
REST API
API JSON פשוט לאינטגרציה בכל ערימה. נתח ואנונימיזציה בבקשה אחת.
מוכן ל-CI/CD
אוטומט את יצירת נתוני הבדיקה בצינור שלך. תוצאות עקביות בכל פעם.
חוזר
אותו קלט, אותו פלט. תוצאות דטרמיניסטיות לבדיקה אמינה.
מהיר
עיבוד אלפי רשומות לדקה. אין צורך ב-GPU.
API Endpoints
Simple REST API with bearer token authentication. Integrate in minutes.
| Endpoint | Method | Description |
|---|---|---|
| /api/presidio/analyze | POST | Detect PII entities in text |
| /api/presidio/anonymize | POST | Anonymize detected entities |
| /api/image | POST | Redact PII from images |
| /api/structured | POST | Process CSV/Excel files |
| /api/presidio/entities | GET | List supported entity types |
Integration Options
REST API
Standard REST endpoints with JSON payloads. Works with any language or framework.
- Bearer token authentication
- Batch processing support
- Webhook callbacks (Pro+)
MCP Server
Model Context Protocol integration for AI tools like Claude Desktop and VS Code.
- analyze, anonymize, deanonymize tools
- estimate_cost for pricing transparency
- Multi-language support in tool calls
Built for developers