Skip to main content

OCR Receipt API

POSThttps://ocrreceipt.infer.visai.ai/predict
Header
    X-API-Key string required

    Your API key

form-data body

Request Body
  • files Filerequired

    Receipt image files in a form of multi-part form data using the key name files.

Responses


Schema
  • Array [
  • object
    filename string

    Name of the file

    status string

    success | failed

    Status of request

    result object
    shop_tax_id string

    The extracted shop tax ID from the receipt. Return null if not found.

    grand_total string

    The grand total of the receipt purchase with VAT included.

    receipt_id string

    A unique identifier of the receipt.

    receipt_date string

    A raw extracted date string representation from the receipt.

    receipt_time string

    A raw extracted time string representation from the receipt.

    receipt_timestamp string

    A formatted date time in ISO format.

  • ]
Loading...