API REST mạnh mẽ
Tích hợp phát hiện và ẩn danh PII vào bất kỳ ứng dụng nào. Điểm cuối đơn giản, tài liệu toàn diện, sẵn sàng cho doanh nghiệp.
Khởi động Nhanh
Bắt đầu với API trong vài phút
Cài đặt SDK của chúng tôi và thực hiện cuộc gọi API đầu tiên của bạn
- Cài đặt SDK cho ngôn ngữ của bạn
- Lấy API token từ bảng điều khiển
- Thực hiện yêu cầu ẩn danh đầu tiên của bạn
- Tích hợp vào ứng dụng của bạn
// Analyze text for PII
const response = await fetch('https://blurgate.legal/api/presidio/analyze', {
method: 'POST',
headers: {
'Authorization': 'Bearer YOUR_API_TOKEN',
'Content-Type': 'application/json'
},
body: JSON.stringify({
text: 'Contact John Smith at john.smith@company.com',
language: 'en'
})
});
const results = await response.json();
// Returns detected entities with positions and confidence scoresCác Điểm cuối có sẵn
/api/presidio/analyzeAnalyze text to detect PII entities. Returns entity types, positions, and confidence scores.
View documentation →/api/presidio/anonymizeAnonymize detected PII using your chosen method. Returns anonymized text.
View documentation →/api/presidio/batchProcess multiple documents in a single request. Enterprise plans support up to 100 documents.
View documentation →/api/healthCheck API status and service health. No authentication required.
Public endpointTính năng API
Xác thực JWT
Xác thực dựa trên token an toàn cho tất cả các cuộc gọi API
Giới hạn Tốc độ
Giới hạn tốc độ công bằng với tiêu đề rõ ràng. Giới hạn cao hơn cho doanh nghiệp
Ví dụ Mã
Ví dụ sẵn sàng sử dụng bằng nhiều ngôn ngữ lập trình
Bắt đầu Xây dựng Ngay Hôm Nay
300 cuộc gọi API miễn phí mỗi tháng. Không cần thẻ tín dụng.