Docparser
docparserDocparser is the most advanced cloud based document parsing and automation tool in the market today.
Acciones disponibles (4)
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.
Get Multiple Document ResultsDOCPARSER_GET_MULTIPLE_DOCUMENT_RESULTSAcciónTool to retrieve parsed data from multiple documents processed by a specific parser. Use when you need to fetch results for multiple documents at once. Returns up to 100 results by default, with a maximum of 10000.
DOCPARSER_GET_MULTIPLE_DOCUMENT_RESULTSAcciónTool to retrieve parsed data from multiple documents processed by a specific parser. Use when you need to fetch results for multiple documents at once. Returns up to 100 results by default, with a maximum of 10000.
Parámetros de entrada
datestringISO 8601 or Unix timestamp; required when using 'uploaded_after' or 'processed_after' list modes.
liststringenumFiltering mode - 'last_uploaded', 'uploaded_after', or 'processed_after'.
last_uploadeduploaded_afterprocessed_afterlimitintegerMaximum number of documents to return. Default is 100, maximum is 10000.
formatstringenumOutput format - 'object' for nested JSON or 'flat' for simplified key/value pairs.
objectflatsort_bystringenumSort by timestamp field. Options: 'parsed_at', 'processed_at', 'uploaded_at', 'first_processed_at', 'imported_at', 'integrated_at', 'dispatched_webhook_at', or 'preprocessed_at'.
parsed_atprocessed_atuploaded_atfirst_processed_atimported_atintegrated_atdispatched_webhook_atpreprocessed_atparser_idstringObligatorioUnique identifier for the document parser. Can be obtained via the List Parsers endpoint or found in parser settings under 'Settings > API'.
remote_idstringReturns only documents with matching remote_id.
sort_orderstringenumSort direction - 'ASC' for ascending or 'DESC' for descending.
ASCDESCinclude_processing_queuebooleanInclude unprocessed documents when set to true.
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
Get Parser ModelsDOCPARSER_GET_PARSER_MODELSAcciónTool to retrieve all model layouts for a specific parser. Use when you need to list different layout configurations within a parser that help handle document variations.
DOCPARSER_GET_PARSER_MODELSAcciónTool to retrieve all model layouts for a specific parser. Use when you need to list different layout configurations within a parser that help handle document variations.
Parámetros de entrada
parser_idstringObligatorioThe unique identifier of the parser. Can be obtained from the List Parsers endpoint or found in the Document Parser settings under 'Settings > API' within the Docparser app.
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
List ParsersDOCPARSER_LIST_PARSERSAcciónTool to retrieve all Document Parsers linked to your account. Use when you need to view available parsers or obtain parser IDs for subsequent operations.
DOCPARSER_LIST_PARSERSAcciónTool to retrieve all Document Parsers linked to your account. Use when you need to view available parsers or obtain parser IDs for subsequent operations.
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
Ping APIDOCPARSER_PINGAcciónTool to test API authentication and connection health check for Docparser API. Use when you need to verify that API credentials are valid and the connection is working.
DOCPARSER_PINGAcciónTool to test API authentication and connection health check for Docparser API. Use when you need to verify that API credentials are valid and the connection is working.
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