Instant Structured OCR API
Extract clean, validated JSON data from invoices, IDs, and documents using advanced vision AI.
Simple, Predictable Pricing
Hobby
€19 / month
- ✓ Up to 1,000 pages included
- ✓ €0.03 per extra page
- ✓ Schema validation
- ✓ Rate-limited endpoints
Professional
€49 / month
- ✓ Up to 3,500 pages included
- ✓ €0.02 per extra page
- ✓ Priority queue
- ✓ Advanced schema extraction
Quick Start Documentation
Make your first extraction request
Send a POST request with an image URL and your target JSON schema.
curl -X POST https://ocr-api.ocr-api.workers.dev/v1/extract \
-H "Authorization: Bearer YOUR_API_KEY" \
-F "url=https://example.com/invoice.jpg" \
-F "schema={\"type\":\"object\",\"properties\":{\"total\":{\"type\":\"string\"}}}"