Upload reference data — product codes, product categories, and known merchants — that fine-tunes extraction results for your account.
What Data Enrichment Does
Extraction quality improves when Taggun knows what to expect from your documents. The endpoints in this category let you upload account-level reference data that fine-tunes results:
- Product codes — ensure codes detected on receipts are returned normalised to your expected set, rather than as raw OCR text.
- Product categories — the taxonomy used by Purchase Categorisation to categorise at receipt level or product level.
- Known merchants — resolve a detected merchant name and location to an exact known merchant with a confidence level, instead of a best-guess name.
Endpoints in This Category
| Endpoint | Method and path |
|---|---|
| Export Product Categories | GET /api/account/v1/product-categories/export |
| Upload Product Categories | POST /api/account/v1/product-categories/import |
| Export Product Codes | GET /api/account/v1/known-product-codes/export |
| Upload Product Codes | POST /api/account/v1/known-product-codes/export |
| Export Known Merchants | GET /api/account/v1/known-merchants/export |
| Upload Known Merchants | POST /api/account/v1/known-merchants/import |
Access is account-configured — if an operation is unavailable on your account, contact [email protected].
Related Guides
- Purchase Categorisation — how category data is used.
- Merchant Intelligence — how merchant matching works.
- Plans & Feature Access — availability by plan.