NAiOS IconNAiOS Logo
Volver al catálogo

Taggun

taggun

Taggun 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
5
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Generate Merchants CSVTAGGUN_GENERATE_MERCHANTS_CSVAcción

Tool 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_countintegerObligatorio

    Number of merchant rows to generate in the CSV

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Process Receipt via URLTAGGUN_URLAcción

Tool 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

  • urlstringObligatorio

    Public URL of the receipt or invoice image

  • refreshboolean

    Whether to bypass cache and force fresh extraction

  • filenamestring

    Optional filename for reference

  • contentTypestring

    MIME type of the file, e.g., 'image/jpeg'

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

URL ValidationTAGGUN_URL_VALIDATIONAcción

Tool to validate a receipt image by url against campaign settings. use after obtaining the receipt url to confirm validity.

Parámetros de entrada

  • urlstringObligatoriouri

    The URL of the receipt image to be validated.

  • filenamestring

    Optional filename to assign to the image.

  • doNotSaveboolean

    If true, the receipt will not be saved in the database.

  • externalIdstring

    An external ID to link with the validation for tracking purposes.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

URL VerboseTAGGUN_URL_VERBOSEAcción

Tool 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

  • urlstringObligatorio

    Publicly accessible URL of the receipt or invoice image.

  • tagsobject

    Custom key/value tags to attach to this request.

  • refreshboolean

    If true, forces reprocessing even if cached results exist.

  • languagestring

    Language hint for OCR (e.g., 'en' for English').

  • incognitoboolean

    If true, excludes this document from Taggun's learning dataset.

  • ipAddressstring

    End-user IP address for fraud assessment.

  • externalIdstring

    Optional user-provided identifier for the document.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not