For Agents
Programmatically add manually verified receipt data to a given receipt for feedback and training , export a list of merchant names and addresses to normalise and match in csv form. Covers 25 operations.
Install Jentic One Beta
Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the TAGGUN Receipt OCR Scanning API, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.
Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.
Step 1: Jentic One Host machine
# On the machine that will host your Jentic One instance:
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Ftaggun.io%2Ftaggun" | shStep 2: Agent machine
# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Ftaggun.io%2Ftaggun" | sh
jentic register # connects your agent to your Jentic One instanceJentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.
What an agent can do with TAGGUN Receipt OCR Scanning API.
Add manually verified receipt data to a given receipt for feedback and training
Export a list of merchant names and addresses to normalise and match in CSV form
Import a list of merchant names and addresses to normalise and match in CSV to T
GET STARTED
Use for: I need to add manually verified receipt data to a given receipt for feedback and training , I want to export a list of merchant names and addresses to normalise and match in csv form, Search for import a list of merchant names and addresses to normalise and match in csv to t, Find all export a list of product codes to normalise and match in csv format
Not supported: Does not handle payments, communications, or crm - use for ai and machine learning only.
Expects only running software, real reactions, and beautifully crafted APIs to serve your every desire to transcribe a piece of paper to digital form. The API exposes 25 endpoints.
Query and filter TAGGUN Receipt OCR Scanning API records by parameters
Monitor TAGGUN Receipt OCR Scanning API operational status and events
Patterns agents use TAGGUN Receipt OCR Scanning API for, with concrete tasks.
★ AI and Machine Learning Operations
Use the TAGGUN Receipt OCR Scanning API to perform ai ml operations programmatically. The API provides 25 endpoints covering core functionality including add manually verified receipt data to a given receipt for feedback and training , export a list of merchant names and addresses to normalise and match in csv form, import a list of merchant names and addresses to normalise and match in csv to t.
Call POST /api/account/v1/feedback to add manually verified receipt data to a given receipt for feedback and training
Automated Account Management
Automate account operations by combining multiple TAGGUN Receipt OCR Scanning API endpoints. Agents can export a list of merchant names and addresses to normalise and match in csv form and then import a list of merchant names and addresses to normalise and match in csv to t in a single workflow.
Call GET /api/account/v1/known-merchants/export to export a list of merchant names and addresses to normalise and match in csv form, then verify the result
AI Agent Integration via Jentic
AI agents discover and call TAGGUN Receipt OCR Scanning API endpoints through Jentic without managing credentials directly. An agent searches for the required operation by intent, receives the matching endpoint schema, and executes the call with Jentic-managed authentication. This eliminates the need to read API documentation or handle none tokens manually.
Search Jentic for 'add manually verified receipt data to a given receipt for feedback and training ', load the operation schema, and execute with Jentic-managed credentials
25 endpoints — expects only running software, real reactions, and beautifully crafted apis to serve your every desire to transcribe a piece of paper to digital form.
METHOD
PATH
DESCRIPTION
/api/account/v1/feedback
Add manually verified receipt data to a given receipt for feedback and training
/api/account/v1/known-merchants/export
Export a list of merchant names and addresses to normalise and match in CSV form
/api/account/v1/known-merchants/import
Import a list of merchant names and addresses to normalise and match in CSV to T
/api/account/v1/known-product-codes/export
Export a list of product codes to normalise and match in CSV format
/api/account/v1/known-product-codes/import
Import a list of product codes to normalise in and match in CSV to TSV format.
/api/account/v1/merchantname/add
Add a keyword to your account's model to predict merchant name. Changes in your
/api/account/v1/product-categories/export
Export a list of product categories and descriptions to match in CSV format
/api/account/v1/product-categories/import
Import a list of product categories and descriptions to match in CSV to TSV form
/api/account/v1/feedback
Add manually verified receipt data to a given receipt for feedback and training
/api/account/v1/known-merchants/export
Export a list of merchant names and addresses to normalise and match in CSV form
/api/account/v1/known-merchants/import
Import a list of merchant names and addresses to normalise and match in CSV to T
/api/account/v1/known-product-codes/export
Export a list of product codes to normalise and match in CSV format
/api/account/v1/known-product-codes/import
Import a list of product codes to normalise in and match in CSV to TSV format.
What agents get from Jentic-routed access to this vendor.
Setup
Wiring the TAGGUN Receipt OCR Scanning API by hand means posting receipt and training payloads to its account endpoints and handling the import and export routes yourself. Through Jentic you install once, import the TAGGUN Receipt OCR Scanning API from the API Directory, and your agent calls it.
Permission scoping
TAGGUN's account operations carry their data in the request body, so limit the agent to the operations it needs, such as submitting feedback or exporting known merchants, rather than to any one resource. Every operation the agent can run is one you chose to allow, so imports that overwrite training data are excluded unless you add them.
Credential isolation
Any TAGGUN credential is stored once, encrypted, by your own Jentic One instance and injected at execution time. It never enters the agent's prompt, logs, or context.
Intent-based discovery
Agents search Jentic by intent such as 'add verified receipt data for training' or 'export known merchants', and Jentic returns the matching TAGGUN operation with its input schema so the agent calls the right endpoint without browsing the reference docs.
Alternatives and complements available in the Jentic catalogue.
Specific to using TAGGUN Receipt OCR Scanning API through Jentic.
What authentication does the TAGGUN Receipt OCR Scanning API use?
The TAGGUN Receipt OCR Scanning API uses no authentication. Through Jentic, these credentials are stored encrypted in your Jentic One instance and injected at execution time, so raw secrets never enter the agent context.
Can I add manually verified receipt data to a given receipt for feedback and training with the TAGGUN Receipt OCR Scanning API?
Yes. Use the POST /api/account/v1/feedback endpoint. The API returns structured JSON responses that agents can parse and act on directly.
What are the rate limits for the TAGGUN Receipt OCR Scanning API?
Rate limits are not specified in the OpenAPI spec. Check the vendor documentation for current limits. Through Jentic, rate limiting is handled automatically with retry logic built into the execution layer.
How do I add manually verified receipt data to a given receipt for feedback and training through Jentic?
Install the Jentic SDK with pip install jentic, authenticate through Jentic One, the self-hosted execution layer, then search for 'add manually verified receipt data to a given receipt for feedback and training '. Jentic returns the matching TAGGUN Receipt OCR Scanning API operation with its input schema. Load the schema and execute the call - credentials are injected automatically.
How many endpoints does the TAGGUN Receipt OCR Scanning API have?
The TAGGUN Receipt OCR Scanning API exposes 25 endpoints covering account, receipt, validation operations.
/api/account/v1/merchantname/add
Add a keyword to your account's model to predict merchant name. Changes in your
/api/account/v1/product-categories/export
Export a list of product categories and descriptions to match in CSV format
/api/account/v1/product-categories/import
Import a list of product categories and descriptions to match in CSV to TSV form