> ## 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.

# Batches

> ABBYY FlexiCapture Web Services API methods for working with batches: add, open, close, delete, and update batches, add images, and start batch processing.

The API methods allow you to perform the following operations on batches:

| [AddNewBatch](/flexi-capture/api/methods/add-new-batch)                            | Add a new batch and specify its owner                    |
| ---------------------------------------------------------------------------------- | -------------------------------------------------------- |
| [AddNewImage](/flexi-capture/api/methods/add-new-image)                            | Add an image to a batch                                  |
| [CloseBatch](/flexi-capture/api/methods/close-batch)                               | Close (unlock) a batch                                   |
| [DeleteBatch](/flexi-capture/api/methods/delete-batch)                             | Delete a batch                                           |
| [GetBatch](/flexi-capture/api/methods/get-batch)                                   | Get information about a batch                            |
| [GetBatches](/flexi-capture/api/methods/get-batches)                               | Get the list of batches in a project                     |
| [GetBatchIdsRange](/flexi-capture/api/methods/get-batch-ids-range)                 | Reserve a set of IDs in a batch                          |
| [GetBatchPercentCompleted](/flexi-capture/api/methods/get-batch-percent-completed) | Get information about the processing of a batch          |
| [GetBatchType](/flexi-capture/api/methods/get-batchtype)                           | Get information about a batch type                       |
| [GetBatchTypes](/flexi-capture/api/methods/get-batch-types)                        | Get the list of batch types                              |
| [GetFilteredBatches](/flexi-capture/get-filtered-batches)                          | Get the filtered list of batches from a server in groups |
| [OpenBatch](/flexi-capture/api/methods/open-batch)                                 | Open (lock) a batch                                      |
| [ProcessBatch](/flexi-capture/api/methods/process-batch)                           | Start the processing of a batch                          |
| [UpdateBatch](/flexi-capture/api/methods/update-batch)                             | Update the header of the batch                           |
