extract_receipt_async
Submit a receipt image or PDF for asynchronous AI extraction of receipt data. Receive a job ID to poll for status, with optional webhook notification. Returns extracted data for further processing.
Instructions
Submit a receipt for async AI extraction. Returns a job ID for polling.
Use get_receipt_job to check status and get_receipt_job_result for the result.
Args: image_base64: Base64-encoded receipt image or PDF. filename: Original filename. content_type: MIME type (default: image/jpeg). callback_url: Optional webhook URL to receive the result.
Returns: JSON with jobId and status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_base64 | Yes | ||
| filename | No | receipt.jpg | |
| content_type | No | image/jpeg | |
| callback_url | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |