Taggun integration (AI, Data). Imported from open-connector.
https://api.taggun.io/api/receipt/v1/simple/url
| Param | Type | Required | Description |
|---|---|---|---|
| url | string | required | Public HTTPS URL containing the receipt or invoice file. |
| headers | object | optional | Optional headers Taggun should forward while downloading the receipt URL. |
| extractTime | boolean | optional | Whether Taggun should return the receipt time when it is found instead of defau… |
| ipAddress | string | optional | The end user's IP address associated with this receipt request. |
| near | string | optional | A geographic hint such as city, state, or country to help merchant search. |
| language | string | optional | Optional language hint for Taggun OCR. Leave unset for automatic detection. |
| ignoreMerchantName | string | optional | Merchant name Taggun should ignore if detected on the receipt. |
| refresh | boolean | optional | Whether Taggun should reprocess a receipt that is already stored. |
| incognito | boolean | optional | Whether Taggun should avoid saving the receipt in storage. |
| subAccountId | string | optional | Sub-account ID used by Taggun for billing or reporting segmentation. |
| referenceId | string | optional | Unique reference ID used by Taggun for feedback or training. |
/api/receipt/v1/verbose/url
| Param | Type | Required | Description |
|---|---|---|---|
| url | string | required | Public HTTPS URL containing the receipt or invoice file. |
| extractLineItems | boolean | optional | Whether Taggun should return product line items when found on the receipt. |
| headers | object | optional | Optional headers Taggun should forward while downloading the receipt URL. |
| extractTime | boolean | optional | Whether Taggun should return the receipt time when it is found instead of defau… |
| ipAddress | string | optional | The end user's IP address associated with this receipt request. |
| near | string | optional | A geographic hint such as city, state, or country to help merchant search. |
| language | string | optional | Optional language hint for Taggun OCR. Leave unset for automatic detection. |
| ignoreMerchantName | string | optional | Merchant name Taggun should ignore if detected on the receipt. |
| refresh | boolean | optional | Whether Taggun should reprocess a receipt that is already stored. |
| incognito | boolean | optional | Whether Taggun should avoid saving the receipt in storage. |
| subAccountId | string | optional | Sub-account ID used by Taggun for billing or reporting segmentation. |
| referenceId | string | optional | Unique reference ID used by Taggun for feedback or training. |
/api/validation/v1/campaign/settings/list
/api/validation/v1/campaign/settings/{campaignId}
| Param | Type | Required | Description |
|---|---|---|---|
| campaignId | string | required | The Taggun campaign ID. |
/api/validation/v1/campaign/receipt-validation/url
| Param | Type | Required | Description |
|---|---|---|---|
| url | string | required | Public HTTPS URL containing the receipt or invoice file. |
| campaignId | string | required | The Taggun campaign ID. |
| headers | object | optional | Optional headers Taggun should forward while downloading the receipt URL. |
| referenceId | string | optional | Receipt reference ID for duplicate handling and tracking. |
| userId | string | optional | End-user identifier used by Taggun fraud checks. |
| subAccountId | string | optional | Sub-account ID used by Taggun for reporting or billing segmentation. |
| incognito | boolean | optional | Whether Taggun should avoid saving the receipt in storage. |
| ipAddress | string | optional | The end user's IP address associated with this validation request. |
| near | string | optional | A geographic hint such as city, state, or country to help merchant search. |
| language | string | optional | Optional language hint for Taggun OCR. Leave unset for automatic detection. |