99.5% accuracy guarantee. 0.3 second response time. Universal format support. Built for expense apps, accounting software, and enterprise solutions.
From basic OCR to enterprise-grade fraud detection. We've built it all.
Money-back-if-wrong accuracy. Human review fallback for failed parses. Confidence score on every field.
Pre-warmed models, edge caching. "If it's slower, it's free" SLA guarantee for enterprise customers.
Photos (crumpled, dark, glare), digital PDFs, screenshots, thermal paper. We handle it all.
Extract individual items with quantities, prices, SKUs. Perfect for inventory tracking and warranty claims.
Smart categories like MEALS-ENTERTAINMENT, HOME-OFFICE-SUPPLIES, VEHICLE-FUEL. Tax-ready classifications.
Duplicate receipt detection, round-number suspicion, merchant name mismatches. Enterprise security features.
Receipt uploaded → Webhook fires in 200ms → Your system updates. No polling. Real-time expense reports.
Process 10,000 receipts per hour. Zip upload of entire year. Progress webhook every 100 receipts.
AU servers only for Australian customers. EU (GDPR), US, Asia options. Auto-delete after 30 days.
Specialized parsers for specific use cases.
Property address extraction, agent commission calculations, rental expense tracking.
Provider numbers, item numbers (MBS), health fund details, medical expense tracking.
Material vs labor split, job code extraction, tool and equipment categorization.
Exchange receipts with cost-basis tracking, wallet address detection, transaction ID extraction.
Get started in minutes with our RESTful API.
curl -X POST https://api.bolt-receipt.com/v1/parse \
-H 'X-API-Key: your_api_key' \
-F 'file=@receipt.jpg'
{
"success": true,
"confidence_score": 98.5,
"processing_time": 0.28,
"merchant": {
"name": "Woolworths",
"abn": "88000014675",
"address": "123 Main Street"
},
"transaction": {
"date": "2024-04-15",
"time": "14:32",
"total": 27.82,
"payment_method": "Visa"
},
"items": [
{"name": "Milk Full Cream 2L", "qty": 1, "price": 3.50},
{"name": "Coffee Beans 250g", "qty": 1, "price": 12.00}
],
"category": "SUPPLIES-MATERIALS",
"flags": []
}
Start free, scale as you grow. No hidden fees.