> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# API usage examples

> Worked ABBYY FlexiCapture web services API examples covering automatic batch processing of bank applications and adding a custom manual data-processing stage.

This section contains examples of using the API.

### [Automatic processing](/flexi-capture/unattended-example)

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

### [Manual processing](/flexi-capture/user-service-step)

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
