
API-Integration
Integrieren Sie KI-Anonymisierung in Ihre Anwendungen und Abläufe. Unsere REST-API macht die Automatisierung einfach.
API workflow in 4 steps
Step 1
Submit document
Send PDF or Word via API from your case system or workflow tool.
Step 2
Detection and status
Receive detection results and processing status via webhook or polling.
Step 3
Review in platform
Let reviewers validate suggestions in Anonify or through an integrated UI flow.
Step 4
Export back to source
Retrieve anonymized files and archive them in your DMS or publication environment.
REST API
JSON API voor integratie in zaaksystemen, DMS en interne portals.
Beveiligde toegang
API-keys, HTTPS en rolgebaseerde toegang met logging.
Asynchrone verwerking
Webhooks en statusupdates voor bulk- en batchverwerking.
Voorbeeld API-aanroep
POST /api/v1/documents/anonymize
Authorization: Bearer YOUR_API_KEY
Content-Type: multipart/form-data
{
"file": "document.pdf",
"options": {
"detect_bsn": true,
"detect_names": true,
"detect_emails": true
}
}
// Response
{
"document_id": "doc_123",
"status": "processing",
"webhook_url": "https://your-app.com/webhook"
}Frequently asked API questions
What integrations are possible?
REST API with webhooks. Suitable for DMS, case systems, and internal portals.
Is the API suitable for bulk processing?
Yes. You can submit batches and retrieve results asynchronously.
How is API security handled?
Via API keys, HTTPS, role-based access, and logging aligned with our security guidelines.
Plan a technical API session
Discuss architecture, security, and implementation with the team that builds the platform.