WareDocs API
WareDocs API is an enterprise-grade AI JSON parser designed specifically for logistics automation. It safely and accurately turns raw PDFs and images into structured JSON data. Traditional OCR tools require rigid bounding boxes and templates. WareDocs uses advanced AI to adapt to any layout—allowing you to extract line items, prices, SKUs, and supplier data from Purchase Orders, Delivery Notes,…
WareDocs API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Barcode | ||
| POST |
ReadBarcode /barcode |
Upload a warehouse label image and decode the barcode/QR code. |
| Detection | ||
| POST |
DetectDocumentType /detect |
Upload a warehouse document and detect its type (delivery note, purchase order, or invoice) with confidence score. |
| Extraction | ||
| POST |
ExtractDocument /extract |
Upload a warehouse document (PDF/image) and get structured JSON with supplier, items, quantities, etc. |
| Matching | ||
| POST |
MatchDocuments /match |
Upload 2-3 warehouse documents (PO, delivery note, invoice) and detect discrepancies: missing items, over-shipments, price mismatches. |
| SKU | ||
| POST |
MatchSkus /sku-match |
Compare two SKU strings to determine if they refer to the same item (handles dashes, spaces, case differences). |
| System | ||
| GET |
HealthCheck /health |
|
WareDocs API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 2 / second |
|
| PRO | $20 / month | 2 / second |
|
| ULTRA | $50 / month | — |
|
| MEGA | $100 / month | — |
|