Bizzscan's RESTful API enables you to send data to Bizzscan's Document Intelligence solutions, and also to retrieve data from these products for use in your other business systems.
Below are some basic properties of our REST API.
HTTP: We use a RESTful API over HTTP, with a customer specific base domain URL
https://mycustomer.com/apiHeaders: These are the specific headers you need to include when making requests to our API:
clientkey: key associated with your project (see the
Endpoint section)
Content-Type: application/jsonData Format: Our API accepts and returns JSON, with UTF-8 encoding.