Know if a receipt is real before you pay it.
Detect fabricated and manipulated restaurant receipts before they cost your finance team. Built for expense-management platforms — two independent fraud signals, one API call.
Three steps to a verdict.
Upload
Drag, paste, or upload a receipt photo. JPEG, PNG, WebP up to 10MB.
AI Forensics
Our model checks whether the receipt image itself shows signs of AI generation.
OCR Verification
We extract the subtotal, tax, and total, then verify the math reconciles.
Verdict
A combined fraud verdict in under 1s — flagged or passed, with the reason.
Built for high-stakes decisions.
Expense-Management Platforms
Catch fabricated receipts before they enter the reimbursement workflow — screen every upload automatically.
Finance Teams
Verify receipts on submission without slowing down reimbursement for honest claims.
HR & Expense Auditors
Get explainable fraud signals for every flagged case, not just a black-box score.
Simple, transparent pricing.
$0.0015 per image · ~667 images per dollar · API reference →
Common questions.
What does it detect?+
Two independent fraud signals: whether the receipt image itself was AI-generated, and whether the receipt's numbers add up (subtotal + tax = total). Either signal alone can flag a receipt for review.
How does the OCR check work?+
We run OCR on the receipt to extract the subtotal, tax, and total, then verify the math reconciles. A receipt where the numbers don't add up — even a real photo — is a fraud signal.
Is my receipt image stored?+
No. Images are processed in memory and immediately discarded. Only a SHA-256 hash is stored for abuse detection. If you enable OCR verification, your image is sent to a GDPR-compliant OCR provider (Mistral) for text extraction — it is not stored there either.
Do I need to sign up?+
No — try one receipt for free without an account. Create a free account for more free checks. After that, credits start at $5.
How much does it cost?+
$0.0015 per receipt check (~667 checks per dollar). Credits never expire. No subscription required.
What receipt types are supported?+
Restaurant receipts in v1. Hotel, taxi, and retail receipt support is planned.
How do I integrate the API?+
POST a base64-encoded receipt image to /check with your API key. You get back a JSON verdict with both signals — see the API reference for the full contract.
Can I set my own fraud threshold?+
Not in v1 — the AI-detection threshold is tuned and fixed by us. You receive a flagged/not-flagged verdict plus the raw signals if you want to build your own logic on top.