AutoFill
Autofill API extracts structured data from logistics and business documents (invoices, bills of lading, proofs of delivery, shipping labels, and custom layouts). Typical flow: upload a PDF or image (POST /upload), then run OCR + LLM-based field extraction (POST /recognize) using the returned filePath and a list of field names (or auto mode). Optional features: page previews for PDFs,…
AutoFill endpoints
| Method | Endpoint | Description |
|---|---|---|
| Files | ||
| POST |
/upload /upload |
|
| OCR | ||
| POST |
/recognize /recognize |
|
| Health | ||
| GET |
/health/mongodb /health/mongodb |
|
| Assist | ||
| POST |
/assist/describe-field /assist/describe-field |
|
| Metrics | ||
| GET |
/metrics/raw /metrics/raw |
|
| GET |
/metrics /metrics |
|
| Pages | ||
| GET |
/pages/{filePath}/{pageNumber} /pages/{filePath}/{pageNumber} |
|
| History | ||
| DELETE |
/history/{id} /history/{id} |
|
| GET |
/history/{id} /history/{id} |
|
| GET |
/history /history |
|
| Templates | ||
| DELETE |
/templates/{id} /templates/{id} |
|
| PATCH |
/templates/{id} /templates/{id} |
|
| GET |
/templates /templates |
|
| POST |
/templates /templates |
|
| GET |
/templates/{id} /templates/{id} |
|
AutoFill pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO Recommended | Free | 1 / second |
|