T

TAGGUN Receipt OCR Scanning API

by TAGGUN Receipt OCR Scanning Free tier

Expects only running software, real reactions, and beautifully crafted APIs to serve your every desire to transcribe a piece of paper to digital form.

ai

Quick Reference

Base URL https://api.taggun.io/ Auth type none Auth header # No auth required Rate limit See documentation Pricing Enterprise / contact sales Free quota None Documentation https://api.apis.guru/v2/specs/taggun.io/1.10.9.json Endpoint status Live — HTTP 200 — endpoint is accessible1.24s (checked Mar 29, 2026) Builder score C 51% builder-friendly
Pricing
28
Latency
60
Depth
62

Authentication

No authentication required

# No auth required

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Free — open public API, no authentication required.

Key Endpoints

MethodPathDescription
POST /api/account/v1/feedback Add manually verified receipt data to a given receipt for feedback and training purposes
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.
POST /api/receipt/v1/match/file detect and match a receipt against keywords and metadata by uploading an image file
POST /api/receipt/v1/simple/encoded transcribe a receipt using base64 encoded image in json payload
POST /api/receipt/v1/simple/file transcribe a receipt by uploading an image file
POST /api/receipt/v1/simple/storage transcribe a receipt in storage
POST /api/receipt/v1/simple/url transcribe a receipt from URL
POST /api/receipt/v1/verbose/encoded transcribe a receipt using base64 encoded image in json payload and return detailed result

Sample Request

curl 'https://api.taggun.io//api/account/v1/feedback' \
  -H '# No auth required'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official TAGGUN Receipt OCR Scanning documentation.