receipts.upload
Upload a receipt image or PDF for later processing.
Accepts JPEG, PNG, WebP, GIF images and PDF documents up to 10 MB.
Returns a receipt_id you'll use with process_receipt or get_receipt_markdown.
Free — no credits consumed.
receipts.process
Extract structured expense data from an uploaded receipt using AI vision.
Returns merchant name, date, total amount, currency, itemised line items,
tax breakdown, expense category, confidence scores, and AI reasoning.
Costs 1 credit per call.
receipts.upload_and_process
Upload and process a receipt in a single call — the fastest way to go from image to structured data.
Combines upload_receipt + process_receipt into one step. Returns merchant,
date, totals, line items, tax, category, and confidence scores.
Costs 1 credit.
receipts.get_markdown
Get a clean Markdown-formatted view of a processed receipt.
Returns a human-readable Markdown document with line items table,
tax summary, totals, and confidence scores. Perfect for reports or chat display.
Free — no credits consumed.
accounting.suggest_gl_account
Suggest the best General Ledger account code for an expense using AI reasoning.
Maps structured expense data to the most appropriate GL account. Provide your
chart of accounts for company-specific matching, or get standard GAAP suggestions.
Costs 1 credit.
credits.check_balance
Check your current credit balance and subscription plan.
Returns your remaining credits and active plan (free, basic, or pro).
Call this before processing to verify you have enough credits.
Free — no credits consumed.
receipts.list
List your uploaded receipts with their processing status.
Returns receipt_id, status, MIME type, and timestamps for each receipt.
Use status filter to find receipts ready for processing or check failures.
Free — no credits consumed.