Taggun
Connector for the taggun API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.taggun.io - Auth:
bearer(pass your key via theapiKeyinput)
Operations
postapiaccountv1feedback— POST /api/account/v1/feedback — Add manually verified receipt data to a given receipt for feedback and training purposespostapiaccountv1merchantnameadd— POST /api/account/v1/merchantname/add — Add a keyword to your account's model to predict merchant name. Changes in your account's model are updated daily.postapireceiptv1simpleencoded— POST /api/receipt/v1/simple/encoded — transcribe a receipt using base64 encoded image in json payloadpostapireceiptv1simplefile— POST /api/receipt/v1/simple/file — transcribe a receipt by uploading an image filepostapireceiptv1simpleurl— POST /api/receipt/v1/simple/url — transcribe a receipt from URLpostapireceiptv1verboseencoded— POST /api/receipt/v1/verbose/encoded — transcribe a receipt using base64 encoded image in json payload and return detailed result
Inputs
apiKey— your taggun API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: postapiaccountv1feedback
apiKey: <your key>