Receipt and Invoice OCR Extraction API
Instantly convert invoices, receipts, and billing documents into structured JSON data. Supports PDFs, images, and URLs with 99% accuracy. Perfect for automating accounts payable, expense management, and bookkeeping workflows.
Receipt and Invoice OCR Extraction API endpoints
| Method | Endpoint | Description |
|---|---|---|
| extract | ||
| POST |
extract /extract |
Extract invoice data from uploaded file. Args: file (UploadFile): The uploaded invoice file. Returns: dict: Extracted invoice data. Raises: HTTPException: If file type is… |
| POST |
extract_from_url /extract_from_url |
Extract invoice data from a file at a given URL. Args: request (ExtractFromUrlRequest): Request body with URL. Returns: dict: Extracted invoice data. Raises: HTTPException: If… |
Receipt and Invoice OCR Extraction API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA | $50 / month | — |
|
| MEGA | $500 / month | — |
|