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
أتمتة توليد بيانات الاختبار في خط الأنابيب الخاص بك. نتائج متسقة في كل مرة.
قابل للتكرار
نفس المدخلات، نفس المخرجات. نتائج حتمية للاختبار الموثوق.
سريع
معالجة آلاف السجلات في الدقيقة. لا حاجة لوحدة معالجة الرسوميات.
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
ابدأ البناء اليوم
300 استدعاء API مجانية شهريًا. الوثائق الكاملة متاحة.