Voor operationele teams
Draai batch-extractie in de UI, valideer velden en exporteer output gekoppeld aan bronbestanden voor auditbaarheid.
Zet ongestructureerde contracten om naar schone, portable data voor rapportage, migratie en automatisering.
Draai batch-extractie in de UI, valideer velden en exporteer output gekoppeld aan bronbestanden voor auditbaarheid.
Integreer parsing in apps, pipelines en agentworkflows via REST API. Eén call levert gestructureerde JSON.
Zodra een parsing-batch klaar is, geeft één endpoint de batchstatus, geëxtraheerde velden en outputmetadata terug die je app of workflow direct kan gebruiken.
/parser/jobs/{batchId}{
"batch": {
"id": "62a5e2e7-1b8f-45e0-abed-17f01ba4eb1e",
"status": "completed",
"outputFormat": "json",
"totalFiles": 1,
"completedFiles": 1,
"creditCost": 1,
"downloadUrl": "https://r2.example.com/exports/…"
},
"items": [
{
"fileName": "vendor-services-agreement.pdf",
"status": "completed",
"outputPreview": {
"contractTitle": "Vendor Services Agreement",
"contractType": "services_agreement",
"parties": {
"partyA": { "name": "Acme Corp", "role": "client" },
"partyB": { "name": "Summit Consulting LLC", "role": "vendor" }
},
"dates": {
"startDate": "2026-02-01",
"endDate": "2027-01-31",
"renewalDate": "2026-12-01",
"noticePeriodDays": 60
},
"financials": {
"totalValue": 84000,
"currency": "USD",
"paymentTerms": "net_30",
"billingFrequency": "monthly"
},
"governingLaw": "California",
"summary": "12-month consulting engagement for ERP migration.",
"obligations": [
"Deliver quarterly progress reports",
"Maintain SOC 2 Type II certification",
"Provide 24/7 incident support during migration"
],
"clauses": {
"termination": "Either party may terminate with 60 days notice",
"liability": "Limited to 12 months of fees paid",
"confidentiality": "Mutual NDA, 3-year survival period",
"ipOwnership": "All deliverables assigned to client on payment"
}
}
}
]
}Van PDF naar gestructureerde JSON in één API-call. Partijen, datums, clausules en verplichtingen automatisch geëxtraheerd.
Probeer met 20 gratis API-credits, geen creditcard nodig