v1

latestOpenAPI 3.0.3Proprietary2026-07-136748169.6 KB
Bill Validation
Invoice Parsing

Parse invoice

Uploads and processes a UK energy supplier invoice (PDF or images) to extract invoice details, supply points (MPANs/MPRNs), and associated consumption and charge information.

post/v1/billValidation/parseInvoice

Response

Invoice successfully parsed

successboolean

Example response

{
  "success": true,
  "data": {
    "supplierName": "British Gas",
    "supplierAccountNumber": "850012345678"
  }
}