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", … } }Getting started
QuickstartFirst API call in 5 minAPI ReferenceEndpoint, schema, errorsOpenAPI spec ↗JSON · Postman / LangChainEvery response includes
vendordatetotalsubtotalcurrencypayment_methodcategorytaxes[]tipitems[]