Scan receipts and invoices across country- and region-specific formats in seconds with over 90% accuracy. Turn documents into structured data for expense, accounting, and loyalty workflows.
ENDPOINTS
STRUCTURED FROM SWAGGER 2.0
POST
/api/account/v1/feedback
Add manually verified receipt data to a given receipt for feedback and training purposes
POST
/api/account/v1/merchantname/add
Add a keyword to your account's model to predict merchant name. Changes in your account's model are updated da
POST
/api/receipt/v1/match/file
detect and match a receipt against keywords and metadata by uploading an image file
POST
/api/receipt/v1/simple/encoded
transcribe a receipt using base64 encoded image in json payload
POST
/api/receipt/v1/simple/file
transcribe a receipt by uploading an image file
POST
/api/receipt/v1/simple/storage
transcribe a receipt in storage
POST
/api/receipt/v1/simple/url
transcribe a receipt from URL
POST
/api/receipt/v1/verbose/encoded
transcribe a receipt using base64 encoded image in json payload and return detailed result
POST
/api/receipt/v1/verbose/file
transcribe a receipt by uploading an image file and return detailed result
POST
/api/receipt/v1/verbose/storage
transcribe a receipt in storage and return detailed result
POST
/api/receipt/v1/verbose/url
transcribe a receipt from URL and return detailed result
POST
/api/validation/v1/campaign/file
validate and match a receipt against a campaign validation settings by uploading an image file