NAiOS IconNAiOS Logo
Volver al catálogo

Docparser

docparser

Docparser is the most advanced cloud based document parsing and automation tool in the market today.

Acciones
4
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 (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ón

Tool 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

  • datestring

    ISO 8601 or Unix timestamp; required when using 'uploaded_after' or 'processed_after' list modes.

  • liststringenum

    Filtering mode - 'last_uploaded', 'uploaded_after', or 'processed_after'.

    last_uploadeduploaded_afterprocessed_after
  • limitinteger

    Maximum number of documents to return. Default is 100, maximum is 10000.

  • formatstringenum

    Output format - 'object' for nested JSON or 'flat' for simplified key/value pairs.

    objectflat
  • sort_bystringenum

    Sort 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_at
  • parser_idstringObligatorio

    Unique identifier for the document parser. Can be obtained via the List Parsers endpoint or found in parser settings under 'Settings > API'.

  • remote_idstring

    Returns only documents with matching remote_id.

  • sort_orderstringenum

    Sort direction - 'ASC' for ascending or 'DESC' for descending.

    ASCDESC
  • include_processing_queueboolean

    Include unprocessed documents when set to true.

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

Get Parser ModelsDOCPARSER_GET_PARSER_MODELSAcción

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

    The 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

  • 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

List ParsersDOCPARSER_LIST_PARSERSAcción

Tool 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

  • 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

Ping APIDOCPARSER_PINGAcción

Tool 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

  • 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