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.
Utfordringen
Utviklingsteam står overfor en konstant spenning mellom realistiske testdata og databeskyttelse:
- •Produksjonsdata inneholder sensitiv PII som ikke kan brukes direkte
- •Syntetiske data mangler ofte realismen som trengs for meningsfull testing
- •Manuell anonymisering er tidkrevende og utsatt for feil
- •Ulike miljøer trenger konsistente, reproducerbare data
# 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"}}}'Løsningen
Integrer PII-anonymisering direkte i din utviklingsarbeidsflyt med vår RESTful API.
REST API
Enkel JSON API for integrasjon i hvilken som helst stakk. Analyser og anonymiser i en enkelt forespørsel.
CI/CD Klar
Automatiser generering av testdata i din pipeline. Konsistente resultater hver gang.
Reproduserbar
Samme input, samme output. Deterministiske resultater for pålitelig testing.
Rask
Behandle tusenvis av poster per minutt. Ingen GPU nødvendig.
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
Begynn å Bygge I Dag
300 gratis API-anrop per måned. Full dokumentasjon tilgjengelig.