Extract an ACORD 25 over HTTP
POST text or a file to /api/extract. Get the named insured, producer, holder, coverage lines, detected ISO forms, and gaps against a default property-management requirement set. A single check requires no account.
{
"filename": "evergreen-acord-25.txt",
"insured": "Evergreen Landscaping LLC",
"certificate_holder": "Harborstone Property Group",
"detected_forms": [],
"gaps": [
"Workers Compensation each-accident limit below required",
"Missing endorsement: Waiver of Subrogation"
],
"coverages": [
{ "line": "gl", "policy_number": "13UUNHG1234", "expiration": "2027-01-01" }
]
}Auth for workspace-scoped intake is the session cookie after signup. Portal uploads use a per-vendor token at /api/portal/:token/upload.