← Tools Reference

Taggun

Taggun integration (AI, Data). Imported from open-connector.

API key5 toolshttps://api.taggun.io
POST
taggun_extract_receipt_simple_url
Extract basic receipt or invoice data from a public HTTPS file URL with Taggun.

/api/receipt/v1/simple/url

11 parameters
ParamTypeRequiredDescription
urlstringrequiredPublic HTTPS URL containing the receipt or invoice file.
headersobjectoptionalOptional headers Taggun should forward while downloading the receipt URL.
extractTimebooleanoptionalWhether Taggun should return the receipt time when it is found instead of defau…
ipAddressstringoptionalThe end user's IP address associated with this receipt request.
nearstringoptionalA geographic hint such as city, state, or country to help merchant search.
languagestringoptionalOptional language hint for Taggun OCR. Leave unset for automatic detection.
ignoreMerchantNamestringoptionalMerchant name Taggun should ignore if detected on the receipt.
refreshbooleanoptionalWhether Taggun should reprocess a receipt that is already stored.
incognitobooleanoptionalWhether Taggun should avoid saving the receipt in storage.
subAccountIdstringoptionalSub-account ID used by Taggun for billing or reporting segmentation.
referenceIdstringoptionalUnique reference ID used by Taggun for feedback or training.
POST
taggun_extract_receipt_verbose_url
Extract detailed receipt or invoice OCR data from a public HTTPS file URL with Taggun.

/api/receipt/v1/verbose/url

12 parameters
ParamTypeRequiredDescription
urlstringrequiredPublic HTTPS URL containing the receipt or invoice file.
extractLineItemsbooleanoptionalWhether Taggun should return product line items when found on the receipt.
headersobjectoptionalOptional headers Taggun should forward while downloading the receipt URL.
extractTimebooleanoptionalWhether Taggun should return the receipt time when it is found instead of defau…
ipAddressstringoptionalThe end user's IP address associated with this receipt request.
nearstringoptionalA geographic hint such as city, state, or country to help merchant search.
languagestringoptionalOptional language hint for Taggun OCR. Leave unset for automatic detection.
ignoreMerchantNamestringoptionalMerchant name Taggun should ignore if detected on the receipt.
refreshbooleanoptionalWhether Taggun should reprocess a receipt that is already stored.
incognitobooleanoptionalWhether Taggun should avoid saving the receipt in storage.
subAccountIdstringoptionalSub-account ID used by Taggun for billing or reporting segmentation.
referenceIdstringoptionalUnique reference ID used by Taggun for feedback or training.
GET
taggun_list_campaign_ids
List Taggun campaign IDs linked to the connected account.

/api/validation/v1/campaign/settings/list

GET
taggun_get_campaign_settings
Get Taggun validation settings for an existing campaign ID.

/api/validation/v1/campaign/settings/{campaignId}

1 parameter
ParamTypeRequiredDescription
campaignIdstringrequiredThe Taggun campaign ID.
POST
taggun_validate_receipt_url
Validate a public HTTPS receipt or invoice URL against existing Taggun campaign settings.

/api/validation/v1/campaign/receipt-validation/url

10 parameters
ParamTypeRequiredDescription
urlstringrequiredPublic HTTPS URL containing the receipt or invoice file.
campaignIdstringrequiredThe Taggun campaign ID.
headersobjectoptionalOptional headers Taggun should forward while downloading the receipt URL.
referenceIdstringoptionalReceipt reference ID for duplicate handling and tracking.
userIdstringoptionalEnd-user identifier used by Taggun fraud checks.
subAccountIdstringoptionalSub-account ID used by Taggun for reporting or billing segmentation.
incognitobooleanoptionalWhether Taggun should avoid saving the receipt in storage.
ipAddressstringoptionalThe end user's IP address associated with this validation request.
nearstringoptionalA geographic hint such as city, state, or country to help merchant search.
languagestringoptionalOptional language hint for Taggun OCR. Leave unset for automatic detection.