NAiOS IconNAiOS Logo
Volver al catálogo

Extracta.ai

extracta_ai

Extracta.ai is an AI-powered platform that automates data extraction from various document types, including PDFs, images, and text files, without requiring prior training.

Acciones
3
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 (3)

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.

Create ExtractionEXTRACTA_AI_CREATE_EXTRACTIONAcción

Tool to initiate a new document extraction process. use when you have prepared extraction details and need to start processing the document. returns a unique extraction id for tracking.

Parámetros de entrada

  • extractionDetailsobjectObligatorio

    Extraction configuration details.

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

Delete ExtractionEXTRACTA_AI_DELETE_EXTRACTIONAcción

Tool to delete an extraction process. use after confirming the extraction id to remove. example: delete extraction with id '123e4567-e89b-12d3-a456-426614174000'.

Parámetros de entrada

  • extractionIdstringObligatorio

    The unique identifier of the extraction to delete.

Parámetros de salida

  • dataobject

    Any additional data returned by the API.

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorio

    Status of the deletion request (e.g., 'success').

  • messagestringObligatorio

    Additional message detailing the result.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

View ExtractionEXTRACTA_AI_VIEW_EXTRACTIONAcción

Tool to retrieve details of an existing extraction process. use after starting an extraction to monitor its status and retrieve results.

Parámetros de entrada

  • extractionIdstringObligatorio

    Unique identifier of the extraction job.

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