Taggun
taggunTaggun is an AI-powered receipt OCR API that extracts structured data from receipt and invoice images in real-time. It supports 85+ languages, fraud detection, and automated expense tracking.
Acciones disponibles (5)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Export Known MerchantsTAGGUN_EXPORT_KNOWN_MERCHANTSAcciónTool to export the current list of known merchants. use when you need a full merchant registry (e.g. sync or audit).
TAGGUN_EXPORT_KNOWN_MERCHANTSAcciónTool to export the current list of known merchants. use when you need a full merchant registry (e.g. sync or audit).
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Generate Merchants CSVTAGGUN_GENERATE_MERCHANTS_CSVAcciónTool to generate a csv file of mock merchants for import known merchants testing. use when sample merchant csv is needed before bulk import. returns a path to a temporary csv file ready for upload.
TAGGUN_GENERATE_MERCHANTS_CSVAcciónTool to generate a csv file of mock merchants for import known merchants testing. use when sample merchant csv is needed before bulk import. returns a path to a temporary csv file ready for upload.
Parámetros de entrada
row_countintegerObligatorioNumber of merchant rows to generate in the CSV
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Process Receipt via URLTAGGUN_URLAcciónTool to process a receipt or invoice from its public image url. use when you have a hosted image or pdf link and need basic data extraction. call after ensuring the url is accessible and points to a supported image or pdf.
TAGGUN_URLAcciónTool to process a receipt or invoice from its public image url. use when you have a hosted image or pdf link and need basic data extraction. call after ensuring the url is accessible and points to a supported image or pdf.
Parámetros de entrada
urlstringObligatorioPublic URL of the receipt or invoice image
refreshbooleanWhether to bypass cache and force fresh extraction
filenamestringOptional filename for reference
contentTypestringMIME type of the file, e.g., 'image/jpeg'
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
URL ValidationTAGGUN_URL_VALIDATIONAcciónTool to validate a receipt image by url against campaign settings. use after obtaining the receipt url to confirm validity.
TAGGUN_URL_VALIDATIONAcciónTool to validate a receipt image by url against campaign settings. use after obtaining the receipt url to confirm validity.
Parámetros de entrada
urlstringObligatoriouriThe URL of the receipt image to be validated.
filenamestringOptional filename to assign to the image.
doNotSavebooleanIf true, the receipt will not be saved in the database.
externalIdstringAn external ID to link with the validation for tracking purposes.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
URL VerboseTAGGUN_URL_VERBOSEAcciónTool to process a receipt or invoice from a url for detailed data extraction. use when you have a publicly accessible receipt or invoice url and require comprehensive output including line items, merchant details, and confidence metrics. call after verifying the url is reachable.
TAGGUN_URL_VERBOSEAcciónTool to process a receipt or invoice from a url for detailed data extraction. use when you have a publicly accessible receipt or invoice url and require comprehensive output including line items, merchant details, and confidence metrics. call after verifying the url is reachable.
Parámetros de entrada
urlstringObligatorioPublicly accessible URL of the receipt or invoice image.
tagsobjectCustom key/value tags to attach to this request.
refreshbooleanIf true, forces reprocessing even if cached results exist.
languagestringLanguage hint for OCR (e.g., 'en' for English').
incognitobooleanIf true, excludes this document from Taggun's learning dataset.
ipAddressstringEnd-user IP address for fraud assessment.
externalIdstringOptional user-provided identifier for the document.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not