# TAGGUN Receipt OCR Scanning API **Provider:** TAGGUN Receipt OCR Scanning **Category:** ai **Base URL:** `https://api.taggun.io/` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://api.apis.guru/v2/specs/taggun.io/1.10.9.json ## Description Expects only running software, real reactions, and beautifully crafted APIs to serve your every desire to transcribe a piece of paper to digital form. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | POST | `https://api.taggun.io//api/account/v1/feedback` | Add manually verified receipt data to a given receipt for feedback and training purposes | | POST | `https://api.taggun.io//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. | | POST | `https://api.taggun.io//api/receipt/v1/match/file` | detect and match a receipt against keywords and metadata by uploading an image file | | POST | `https://api.taggun.io//api/receipt/v1/simple/encoded` | transcribe a receipt using base64 encoded image in json payload | | POST | `https://api.taggun.io//api/receipt/v1/simple/file` | transcribe a receipt by uploading an image file | | POST | `https://api.taggun.io//api/receipt/v1/simple/storage` | transcribe a receipt in storage | | POST | `https://api.taggun.io//api/receipt/v1/simple/url` | transcribe a receipt from URL | | POST | `https://api.taggun.io//api/receipt/v1/verbose/encoded` | transcribe a receipt using base64 encoded image in json payload and return detailed result | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl 'https://api.taggun.io//api/account/v1/feedback' \ -H '# No auth required' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/taggun-receipt-ocr-scanning/) — CC BY 4.0*