JSON OCR
# Structured OCR API — documents in, JSON out Stop writing brittle regex and per-template parsers. Send an **image or PDF**, describe the fields you want, and get back **clean, schema-valid JSON**. Powered by vision LLMs, so it reads messy scans, photos, and mixed layouts the way a person would — but returns machine-ready data every time. ## Why use it - **Schema-driven** — you declare the…
JSON OCR endpoints
| Method | Endpoint | Description |
|---|---|---|
| v1 | ||
| POST |
/v1/extract /v1/extract |
# POST /v1/extract Extract structured data from a document (image or PDF) into the shape you define. You supply the document and a schema; the API returns JSON **validated… |
| POST |
/v1/extract-schema /v1/extract-schema |
# POST /v1/extract-schema Inspect a document and **infer a schema** for it — useful when you don't yet know which fields a document contains, or to bootstrap a schema you'll… |
JSON OCR pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $29 / month | 10 / minute |
|
| ULTRA | $99 / month | 10 / minute |
|
| MEGA | $299 / month | 30 / second |
|