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 เข้ากับกระบวนการพัฒนาของคุณโดยตรงด้วย RESTful API ของเรา
REST API
API JSON ที่ง่ายต่อการรวมเข้ากับสแต็กใด ๆ วิเคราะห์และทำให้ไม่สามารถระบุตัวตนได้ในคำขอเดียว
พร้อม 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