API usage examples
This section contains examples of using the API.
Example of automatic processing
This example shows how you can upload bank account applications to the server and capture the customers' data.
The example code performs the following steps:
- Connects to the service
- Starts working with a session
- Opens the project
- Creates a new batch
- Adds images to the batch
- Starts processing the batch
- Gets the results and displays the captured data
- Closes the session
This example shows how you can create an additional stage of manual data processing.
The example code performs the following steps:
- Configures the connection
- Opens the project
- Gets and processes the list of tasks
- Processes each task at the service stage
- Uploads the file to the server
- Closes the session
4/12/2024 6:16:02 PM