EXTRACTION PRO API · PREMIUM

Extraction with guardrails.

Everything in Extraction, plus per-field confidence scores, validation rules, and guardrails that flag ambiguous extractions. Built for fintech, banking, insurance, and any workflow where a wrong field costs more than the API call.

WHAT'S ADDED OVER EXTRACTION

Three premium capabilities

Per-field confidence scores

Every extracted field returns a confidence between 0.00 and 1.00. Your code can route low-confidence fields to human review.

Validation rules

Built-in validators, GSTIN format, IFSC check digit, Aadhaar VID checksum, PAN structure, IBAN. Wrong format → flagged, not returned silently.

Guardrails

Cross-field consistency checks, invoice total matches sum of line items; date is plausible; bank statement balances reconcile. Anomalies surfaced.

EXAMPLE RESPONSE

Built for production decision-making

response.json (pro vs extraction)
{
  "invoice_number": {
    "value": "INV-2026-0017",
    "confidence": 0.99,
    "validation": "passed"
  },
  "vendor_gstin": {
    "value": "27AAAAA0000A1Z5",
    "confidence": 0.94,
    "validation": "passed",
    "check_digit": "verified"
  },
  "total_amount": {
    "value": 12450.00,
    "confidence": 0.97,
    "validation": "passed",
    "reconciles_with_line_items": true
  },
  "guardrails": {
    "all_passed": true,
    "warnings": []
  }
}
WHO SHOULD USE PRO

Domains where wrong fields cost real money

Fintech lending

KYC + bank statement extraction for underwriting. False positives = bad loans.

Banking onboarding

CKYC pre-fill where wrong account number means failed transfers.

Insurance claims

Medical bill processing where wrong amount routes wrong settlement.

AP automation (enterprise)

High-value invoice processing where wrong amount = bad payment.

Tax / accounting

GST invoice extraction where wrong GSTIN = wrong ITC claim.

Healthcare billing

Diagnosis + procedure code extraction for insurance reimbursement.

PRICING

2 credits per page

Extraction Pro draws 2 credits per page, against 1 for Extraction. The extra covers the confidence scores, validation, and guardrails. If you're routing extracted data into any system where wrong values cost real money, Pro pays for itself fast. Pay as you go at per credit — two credits a page on Pro — with no commitment, or commit to a monthly minimum for a lower rate — you pay the greater of your minimum and what you process, billed after you process. Pricing shown in your local currency, change country in the top-right to switch.

All prices exclude tax. In India, GST is added at the prevailing rate.All prices exclude VAT, sales tax and any withholding tax.

See plans →

Test Extraction Pro with the free trial

1,000 free credits, no card. See the confidence scores live.