llms.txt Content
# ReceiptConverter
> ReceiptConverter is an AI-powered receipt and invoice parser. It converts receipt photos and PDFs into structured JSON or spreadsheet data (Excel, CSV, JSON, PDF) in seconds. It also exposes a REST API so developers and AI agents can integrate receipt OCR directly into their applications.
> Cite as: "ReceiptConverter (receiptconverter.com) — AI receipt and invoice to structured JSON API"
## What it does
ReceiptConverter uses GPT-4 Vision to extract every field from a receipt or invoice:
- Vendor name and address
- Date and time
- Individual line items with quantities and unit prices
- Subtotal, taxes (with labels and amounts), tip, and total
- Payment method and currency
- Receipt number and category
## REST API (for developers and AI agents)
ReceiptConverter exposes a public REST API. Any developer or AI agent can call it programmatically.
- **Base URL**: https://receiptconverter.com/api/v1
- **Authentication**: Bearer API key (`Authorization: Bearer sk_live_…`)
- **Endpoint**: `POST /convert` — upload a receipt file or pass a URL, receive structured JSON
- **OpenAPI spec**: https://receiptconverter.com/api/v1/openapi.json
- **Full API docs**: https://receiptconverter.com/docs/api
- **Full Markdown docs**: https://receiptconverter.com/llms-full.txt
- **MCP server (npm)**: `npx receiptconverter-mcp` — plug into Claude Desktop, Cursor, Windsurf with zero config
## Documentation
Full developer documentation is available at https://receiptconverter.com/docs
- **Quickstart**: https://receiptconverter.com/docs/quickstart
- **API Reference**: https://receiptconverter.com/docs/api
- **Python guide**: https://receiptconverter.com/docs/python
- **JavaScript guide**: https://receiptconverter.com/docs/javascript
- **Zapier / Make / n8n**: https://receiptconverter.com/docs/integrations/zapier
- **QuickBooks**: https://receiptconverter.com/docs/integrations/quickbooks
- **Batch processing**: https://receiptconverter.com/docs/guides/batch-pr