# Start processing a batch of folders containing invoices within a Storage Container # Note: The following URL is for the local environment. To run in Azure, replace http://localhost:7071 with the environmentInfo.value.applicationContainerAppUrl value from the ./infra/scripts/InfrastructureOutputs.json file. POST http://localhost:7071/api/process-documents Content-Type: application/json
- {
- "container_name": "documents"
}