Document Intelligence API

Extract structured data and risk signals from business documents

Classify MSAs, NDAs, invoices, employment agreements, subcontracts, and more. Returned as JSON your application can act on. One API call. No document expertise required.

Most software moves documents.
None of it understands them.

Your application handles the file. But when the document arrives, someone still has to read it.

Drop document intelligence into your existing product

01 Upload document
02 Classification
03 Metadata extraction
04 Risk detection
05 Structured JSON

HR & Employment

  • Employment Agreement
  • Offer Letter
  • Independent Contractor Agreement
  • Handbook Acknowledgement

Commercial

  • Master Services Agreement
  • Statement of Work
  • NDA
  • Vendor Agreement
  • Purchase Order
  • Invoice

Construction

  • Subcontract
  • Change Order
  • Insurance Certificate
  • Lien Waiver

General

  • Policy Document
  • Amendment
  • Termination Notice

JSON your engineers can ship with

Upload a document, poll for completion, retrieve structured results. Same shape every time.

POST /documents → 202 Accepted
{
  "document_id": "3f2a1b4c-8d91-4e7f-a3c2-9b0f6d2e1a87"
}
GET /documents/{document_id}/results → 200 OK
{
  "document_id": "3f2a1b4c-8d91-4e7f-a3c2-9b0f6d2e1a87",
  "status":      "complete",
  "results": {
    "doc_type":   "msa",
    "extracted": {
      "effective_date": "2026-01-01",
      "expiry_date":    "2027-01-01",
      "counterparty":   "Acme Corp",
      "amount":         250000
    },
    "risks": [
      {
        "id":             "RISK_UNFAVORABLE_GOVERNING_LAW",
        "title":         "Unfavorable governing law",
        "severity":      "medium",
        "evidence":      "Governing law clause specifies a non-standard jurisdiction",
        "recommendation": "Review whether governing law aligns with organizational standards"
      },
      {
        "id":             "RISK_UNLIMITED_LIABILITY",
        "title":         "Unlimited liability",
        "severity":      "high",
        "evidence":      "No limitation of liability clause found in the agreement",
        "recommendation": "Add a mutual limitation of liability clause capping exposure"
      }
    ],
    "warnings": []
  }
}

Pay per page. Nothing else.

Usage-based. Billed monthly via invoice. Pilot partners receive a full credit on their first month.

$0.06 per page processed
  • No seat fees or user licenses
  • Failed documents not billed
  • Flat rate, all document types, all pipeline stages
  • Billed monthly via Stripe invoice
  • Pilot partners receive a full invoice credit in month one
Request partner pricing

We handle the data the way you would want to.

🔒
Encrypted in transit

All API communication is over HTTPS. Documents are stored in a secured private file store.

🚫
No training on your data

Your documents are never used to fine-tune or retrain any model.

🏗
Tenant isolation

Data, API keys, and configuration are fully isolated per tenant by design.

Ready to add document intelligence to your platform?

We work with a small number of integration partners at a time.
Reach out and we will schedule a technical walkthrough.