Kragvolle REST API
Integreer PII ontdekking en anonimisering in enige toepassing. Eenvoudige eindpunte, omvattende dokumentasie, gereed vir ondernemings.
Vinige Begin
Begin met die API in minute
Installeer ons SDK en maak jou eerste API oproep
- Installeer die SDK vir jou taal
- Kry jou API token van die dashboard
- Maak jou eerste anonimisering versoek
- Integreer in jou toepassing
// 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 scoresBeskikbare Eindpunte
/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 endpointAPI Kenmerke
JWT Verifikasie
Veilige token-gebaseerde verifikasie vir alle API oproepe
Tarief Beperking
Regverdig tariewe met duidelike koptekste. Hoër limiete vir ondernemings
Kode Voorbeelde
Klaar-om-te-gebruik voorbeelde in verskeie programmeertale
Begin Vandag Bou
300 gratis API oproepe per maand. Geen kredietkaart benodig nie.