Malakas na REST API
Isama ang PII detection at anonymization sa anumang aplikasyon. Simpleng endpoints, komprehensibong dokumentasyon, handa para sa enterprise.
Mabilis na Pagsisimula
Magsimula sa API sa loob ng ilang minuto
I-install ang aming SDK at gawin ang iyong unang tawag sa API
- I-install ang SDK para sa iyong wika
- Kunin ang iyong API token mula sa dashboard
- Gawin ang iyong unang kahilingan para sa anonymization
- Isama sa iyong aplikasyon
// 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 scoresMga Magagamit na Endpoints
/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 endpointMga Tampok ng API
JWT Authentication
Secure token-based authentication para sa lahat ng tawag sa API
Rate Limiting
Makatarungang rate limits na may malinaw na headers. Mas mataas na limitasyon para sa enterprise
Mga Halimbawa ng Code
Mga handang gamitin na halimbawa sa iba't ibang programming languages
Magsimula nang Bumuo Ngayon
300 libreng tawag sa API bawat buwan. Walang kinakailangang credit card.