# 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 appInfo.value.url value from the ./infra/apps/AIDocumentPipeline/AppOutputs.json file. POST http://localhost:7071/api/process-documents Content-Type: application/json
- {
- "container_name": "invoices"
}