API Codex
Invoice Parser API

Documentation

Endpoint:https://invoice-parser-api.p.rapidapi.com

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

  • filestring · required

Parse invoice from file uploadResponses

Successfully parsed invoice

  • successboolean · required

    Indicates if the parsing was successful

    Example: true
  • parsed_atstring · date-time · required

    Timestamp when the invoice was parsed

    Example: 2025-05-13T08:15:32.000Z
  • dataobject · 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 textRequest Body

  • textstring · required

    Invoice text content

Parse invoice from textResponses

Successfully parsed invoice

  • successboolean · required

    Indicates if the parsing was successful

    Example: true
  • parsed_atstring · date-time · required

    Timestamp when the invoice was parsed

    Example: 2025-05-13T08:15:32.000Z
  • dataobject · required