Headless SDK
- Accessing Documents
Uploading Documents
Overview
In addition to Capture Flow , where the documents are automatically sumitted to the Sensibill API for processing, the SDK provides a set of features to allow the integrator to directly submit images to the Sensibill API for processing. This feature also provides the ability to monitor document processing progress and receive notifications when the processing status changes, or when the processing completes.
In this flow, uploading the documents includes the following steps:
- Accessing Sensibill API
Info
Currently this feature is only available for iOS. Direct native interfaces to the Sensibill APIs are not available on Android.
SDK provides the interfaces that allow a conveinent access to Sensibill API.
Overview
The main interface through which the integrator will interact with the Sensibill API Client is based on SensibillAPIProvider protocol. The protocol defines configuration and authorization for the API client, and provides the access to all Sensibill API endpoints.