Extracta.ai
extracta_aiExtracta.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 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ónTool 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.
EXTRACTA_AI_CREATE_EXTRACTIONAcciónTool 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
extractionDetailsobjectObligatorioExtraction configuration details.
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
Delete ExtractionEXTRACTA_AI_DELETE_EXTRACTIONAcciónTool to delete an extraction process. use after confirming the extraction id to remove. example: delete extraction with id '123e4567-e89b-12d3-a456-426614174000'.
EXTRACTA_AI_DELETE_EXTRACTIONAcciónTool 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
extractionIdstringObligatorioThe unique identifier of the extraction to delete.
Parámetros de salida
dataobjectAny additional data returned by the API.
errorstringError if any occurred during the execution of the action
statusstringObligatorioStatus of the deletion request (e.g., 'success').
messagestringObligatorioAdditional message detailing the result.
successfulbooleanObligatorioWhether or not the action execution was successful or not
View ExtractionEXTRACTA_AI_VIEW_EXTRACTIONAcciónTool to retrieve details of an existing extraction process. use after starting an extraction to monitor its status and retrieve results.
EXTRACTA_AI_VIEW_EXTRACTIONAcciónTool to retrieve details of an existing extraction process. use after starting an extraction to monitor its status and retrieve results.
Parámetros de entrada
extractionIdstringObligatorioUnique identifier of the extraction job.
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