Docs

ReceiptConverter API

A single HTTP endpoint that turns any receipt image or PDF into structured JSON. Works with Python, Node.js, cURL, Zapier, Make, n8n — anything that can make an HTTP request.

curl -X POST https://receiptconverter.com/api/v1/convert \
  -H "Authorization: Bearer sk_live_…" \
  -F "file=@receipt.jpg"

# Returns:
# { "data": { "vendor": "Starbucks", "total": 12.50, "date": "2024-03-15", … } }
Base URL
receiptconverter.com/api/v1
Auth
Bearer sk_live_…
Formats
JPG · PNG · PDF · HEIC
Every response includes
vendordatetotalsubtotalcurrencypayment_methodcategorytaxes[]tipitems[]