Invoice Parser API
string · requiredboolean · requiredstring · date-time · required
boolean · requiredstring · date-time · required
Parse invoice from file upload
POST
https://invoice-parser-api.p.rapidapi.com
/v1/parse/upload
Upload an invoice file to extract structured data
Parse invoice from file upload › Request Body
fileInvoice file to parse (PDF, DOCX, JPEG, JPG, or PNG)
Parse invoice from file upload › Responses
Successfully parsed invoice
successIndicates if the parsing was successful
Example: true
parsed_atTimestamp when the invoice was parsed
Example: 2025-05-13T08:15:32.000Z
ParsedInvoice · required
Parse invoice from text
POST
https://invoice-parser-api.p.rapidapi.com
/v1/parse/text
Submit raw invoice text for parsing
Parse invoice from text › Responses
Successfully parsed invoice
successIndicates if the parsing was successful
Example: true
parsed_atTimestamp when the invoice was parsed
Example: 2025-05-13T08:15:32.000Z
ParsedInvoice · required