AI & ML14 toolsPaste one API key
Taggun integration for AI agents
Taggun is an AI-powered receipt OCR API that extracts structured data from receipt and invoice images in real-time.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Taggun once and call the same tools from all of them.
Setup
Connect Taggun through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Taggun exposes 14 tools through ClawLink.
| Tool | What it does | Kind |
|---|---|---|
taggun_export_known_merchants | Export the complete list of known merchants used for merchant name normalization in Taggun | Read |
taggun_export_known_product_codes | Export the complete list of known product codes used for product normalization and matching in | Read |
taggun_export_product_categories | Export a list of product categories and descriptions used for product categorization in CSV | Read |
taggun_generate_merchants_csv | Generate a CSV file with mock merchant data for testing purposes | Read |
taggun_transcribe_receipt_encoded_simple | Extract structured data from a receipt or invoice using base64 encoded image data | Read |
taggun_transcribe_receipt_encoded_verbose | Transcribe a receipt using base64 encoded image in JSON payload and return detailed results | Read |
taggun_transcribe_receipt_file_simple | Upload a receipt or invoice image file and extract basic data including merchant name, total | Read |
taggun_url | Extract structured data from a receipt or invoice image using OCR | Read |
taggun_url_validation | Extract and validate receipt data from a URL | Read |
taggun_url_verbose | Process a receipt or invoice from a URL for detailed data extraction | Read |
taggun_add_merchant_name | Add a merchant name keyword to your account's model for predicting merchant names | Write |
taggun_import_known_merchants | Import a list of merchant names and addresses to normalize and match in CSV or TSV format | Read |
taggun_import_known_product_codes | Import a list of product codes in CSV or TSV format for normalization and matching | Read |
taggun_import_product_categories | Import a list of product categories and descriptions for product categorization | Read |