Zephiel API

Vision OCR

Free tier

Extract text, tables, and key-value pairs from any document.

4.812 reviewsby Meridian AI25k subscribers
ocrdocument aiinvoicevisionextraction

Starts at

$25/mo

Choose a plan

Create a free account to subscribe.

Latency
890ms
Uptime
99.96%
Endpoints
3

About this API

Upload an image or PDF and receive structured text with bounding boxes and confidence scores. Trained on invoices, receipts, IDs, and handwritten forms across 94 languages, with layout-aware table reconstruction.

Common use cases

Invoice processing
KYC document capture
Receipt digitization
Archive search

Quickstart

Every Zephiel API uses the same base URL, the same key header, and the same error envelope.

curl -X GET "https://zephiel.com/api/v1/vision-ocr/ocr" \
  -H "X-Zephiel-Key: $ZEPHIEL_API_KEY" \
  -H "Accept: application/json"

Example response

{
  "pages": 1,
  "language": "en",
  "fields": {
    "invoice_number": "INV-20841",
    "total": 4820.5,
    "currency": "USD",
    "due_date": "2026-09-14"
  },
  "confidence": 0.973
}

Related APIs in AI & Machine Learning