A batch request is where tens, hundreds or thousands of similar documents are generated at one time. Example: A finance company may generate credit card statements to send to all of their customers.
Batch APIs (Asynchronous APIs) are suitable for scheduled high throughput multiple document generation use cases. These APIs generate documents in batches. For example, phone bills, credit card statements, and benefits statements generated every month.
To use AEM Forms CS batch operation API, the following configurations are needed
It is recommended you get familiar with the API documentation before proceeding to use this tutorial.