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.
Thách Thức
Các nhóm phát triển đối mặt với sự căng thẳng giữa dữ liệu thử nghiệm thực tế và bảo vệ dữ liệu:
- •Dữ liệu sản xuất chứa PII nhạy cảm không thể sử dụng trực tiếp
- •Dữ liệu tổng hợp thường thiếu tính thực tế cần thiết cho thử nghiệm có ý nghĩa
- •Ẩn danh thủ công tốn thời gian và dễ xảy ra lỗi
- •Các môi trường khác nhau cần dữ liệu nhất quán, có thể tái tạo
# 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"}}}'Giải Pháp
Tích hợp ẩn danh PII trực tiếp vào quy trình phát triển của bạn với API RESTful của chúng tôi.
REST API
API JSON đơn giản cho việc tích hợp vào bất kỳ ngăn xếp nào. Phân tích và ẩn danh trong một yêu cầu duy nhất.
Sẵn Sàng CI/CD
Tự động hóa việc tạo dữ liệu thử nghiệm trong quy trình của bạn. Kết quả nhất quán mỗi lần.
Có Thể Tái Tạo
Cùng một đầu vào, cùng một đầu ra. Kết quả xác định cho thử nghiệm đáng tin cậy.
Nhanh
Xử lý hàng ngàn hồ sơ mỗi phút. Không cần 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
Bắt Đầu Xây Dựng Ngày Hôm Nay
300 cuộc gọi API miễn phí mỗi tháng. Tài liệu đầy đủ có sẵn.