Getting Started
Using the BlinkReceipt API
The BlinkReceipt API provides a simple and efficient way to integrate receipt scanning into your application via HTTP requests.
Authentication
To use the API, you'll need a valid license_key, which is provided when you create an account with BlinkReceipt. This key serves as your unique identifier and grants access to the API.
Steps to Authenticate:
-
Obtain your
license_key:- Contact your BlinkReceipt account manager to get your production key.
- Alternatively, request a trial key via the Actual Developer Hub.
-
Include the
license_keyin API Calls:- Add the
license_keyas part of the request body in every API call.
- Add the