anonym.legal

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 scores

Beschikbare eindpunten

POST/api/presidio/analyze

Analyze text to detect PII entities. Returns entity types, positions, and confidence scores.

View documentation →
POST/api/presidio/anonymize

Anonymize detected PII using your chosen method. Returns anonymized text.

View documentation →
POST/api/presidio/batch

Process multiple documents in a single request. Enterprise plans support up to 100 documents.

View documentation →
GET/api/health

Check API status and service health. No authentication required.

Public endpoint

API-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.