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.
El Repte
Els equips de desenvolupament s'enfronten a una tensió constant entre dades de prova realistes i protecció de dades:
- •Les dades de producció contenen PII sensibles que no es poden utilitzar directament
- •Les dades sintètiques sovint manquen del realisme necessari per a proves significatives
- •L'anonimització manual és lenta i propensa a errors
- •Diferents entorns necessiten dades consistents i reproduïbles
# 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"}}}'La Solució
Integreu l'anonimització de PII directament al vostre flux de treball de desenvolupament amb la nostra API RESTful.
API REST
API JSON senzilla per a la integració a qualsevol stack. Analitzeu i anonimitzeu en una sola sol·licitud.
Preparat per a CI/CD
Automatitzeu la generació de dades de prova al vostre pipeline. Resultats consistents cada vegada.
Reproduïble
Mateix input, mateix output. Resultats deterministes per a proves fiables.
Ràpid
Processa milers de registres per minut. No es requereix 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
Comenceu a Construir Avui
300 trucades d'API gratuïtes per mes. Documentació completa disponible.