Krachtige REST API
Integreer PII-detectie en anonymisering in elke applicatie. Eenvoudige eindpunten, uitgebreide documentatie, klaar voor ondernemingen.
Snelle Start
Begin binnen enkele minuten met de API
Installeer onze SDK en doe uw eerste API-aanroep
- Installeer de SDK voor uw taal
- Krijg uw API-token van het dashboard
- Doe uw eerste anonimiseringsverzoek
- Integreer in uw applicatie
// Analyze text for PII
const response = await fetch('https://anonym.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 scoresBeschikbare eindpunten
/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-functies
JWT-authenticatie
Veilige token-gebaseerde authenticatie voor alle API-aanroepen
Snelheidsbeperkingen
Eerlijke snelheidslimieten met duidelijke headers. Hogere limieten voor bedrijven
Codevoorbeelden
Klaar-voor-gebruik voorbeelden in meerdere programmeertalen
Begin vandaag met bouwen
300 gratis API-aanroepen per maand. Geen creditcard vereist.