submit_batch_scans
Submit 1-20 receipts for async batch processing; auto-save transactions based on confidence threshold or receive results via webhook.
Instructions
Submit multiple receipts for asynchronous batch processing.
Args: items: List of 1-20 task items. Each must provide exactly one of file_path, image_url, or image_base64. auto_save: Auto-create transactions for successful scans. save_threshold: Confidence threshold for auto-saving. project_id: Apply all auto-saved transactions to this project UUID. webhook_url: URL to call when batch completes. webhook_secret: HMAC-SHA256 signature secret for the webhook.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| auto_save | No | ||
| save_threshold | No | ||
| project_id | No | ||
| webhook_url | No | ||
| webhook_secret | No |