API Codex
Receipt Parser API

Documentation

Endpoint:https://receipt-api.p.rapidapi.com

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 uploadRequest Body

  • filestring · required

Parse receipt from file uploadResponses

Successfully parsed receipt

  • successboolean · required

    Indicates if the parsing was successful

    Example: true
  • parsed_atstring · date-time · required

    Timestamp when the receipt was parsed

    Example: 2025-05-13T07:40:48.000Z
  • dataobject · required

Parse receipt from text

POST
https://receipt-api.p.rapidapi.com
/v1/parse/text

Submit raw receipt text for parsing

Parse receipt from textRequest Body

string

Raw receipt text content

Parse receipt from textResponses

Successfully parsed receipt

  • successboolean · required

    Indicates if the parsing was successful

    Example: true
  • parsed_atstring · date-time · required

    Timestamp when the receipt was parsed

    Example: 2025-05-13T07:40:48.000Z
  • dataobject · required