Data Enrichment Overview

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

EndpointMethod and path
Export Product CategoriesGET /api/account/v1/product-categories/export
Upload Product CategoriesPOST /api/account/v1/product-categories/import
Export Product CodesGET /api/account/v1/known-product-codes/export
Upload Product CodesPOST /api/account/v1/known-product-codes/export
Export Known MerchantsGET /api/account/v1/known-merchants/export
Upload Known MerchantsPOST /api/account/v1/known-merchants/import

Access is account-configured — if an operation is unavailable on your account, contact [email protected].

Related Guides