Receipt Parser API
string · requiredboolean · requiredstring · date-time · required
boolean · requiredstring · date-time · required
Parse receipt from file upload
POST
https://receipt-api.p.rapidapi.com
/v1/parse/upload
Upload a receipt file to extract structured data
Parse receipt from file upload › Request Body
fileReceipt file to parse (PDF, DOCX, JPEG, JPG, or PNG)
Parse receipt from file upload › Responses
Successfully parsed receipt
successIndicates if the parsing was successful
Example: true
parsed_atTimestamp when the receipt was parsed
Example: 2025-05-13T07:40:48.000Z
ParsedReceipt · required
Parse receipt from text
POST
https://receipt-api.p.rapidapi.com
/v1/parse/text
Submit raw receipt text for parsing
Parse receipt from text › Responses
Successfully parsed receipt
successIndicates if the parsing was successful
Example: true
parsed_atTimestamp when the receipt was parsed
Example: 2025-05-13T07:40:48.000Z
ParsedReceipt · required