REST API + MCP Server
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.
285+
Entity types
48
Languages
200
Free tokens/month
도전 과제
개발 팀은 현실적인 테스트 데이터와 데이터 보호 간의 지속적인 긴장에 직면해 있습니다:
- •생산 데이터에는 직접 사용할 수 없는 민감한 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"}}}'해결책
우리의 RESTful API를 통해 개발 워크플로우에 PII 익명화를 직접 통합하세요.
REST API
모든 스택에 통합하기 위한 간단한 JSON API. 단일 요청으로 분석 및 익명화.
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
ISO 27001 Aligned
Germany (EU) Hosted
Bearer Token Auth
REST + MCP