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.
Provocarea
Echipele de dezvoltare se confruntă cu o tensiune constantă între datele de testare realiste și protecția datelor:
- •Datele de producție conțin PII sensibile care nu pot fi utilizate direct
- •Datele sintetice adesea lipsesc realismul necesar pentru teste semnificative
- •Anonimizarea manuală este consumatoare de timp și predispusă la erori
- •Mediile diferite au nevoie de date consistente și reproducibile
# 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"}}}'Soluția
Integrează anonimizarea PII direct în fluxul tău de dezvoltare cu API-ul nostru RESTful.
API REST
API JSON simplu pentru integrarea în orice stivă. Analizează și anonimizează într-o singură cerere.
Pregătit pentru CI/CD
Automatizează generarea datelor de testare în pipeline-ul tău. Rezultate consistente de fiecare dată.
Reproducibil
Același input, același output. Rezultate deterministe pentru teste fiabile.
Rapid
Procesează mii de înregistrări pe minut. Nu este necesar 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
Începe să Construiești Astăzi
300 de apeluri API gratuite pe lună. Documentație completă disponibilă.