NAiOS IconNAiOS Logo
Volver al catálogo

Typless

typless

Typless is an AI-powered document extraction platform that automates manual data entry from various documents using a simple API.

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.

Get Document TypesTYPLESS_GET_DOCUMENT_TYPESAcción

Tool to retrieve a list of all document types available in the account. use when you need to view or select schemas for document processing.

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

Get User ProfileTYPLESS_GET_PROFILEAcción

Tool to retrieve the authenticated user profile. use after authentication to confirm account details.

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

Update User ProfileTYPLESS_UPDATE_PROFILEAcción

Tool to update the authenticated user's profile. use when user wants to change first name, last name, or email. example prompt: "update my email to alice@example.com"

Parámetros de entrada

  • full_namestring

    User's full name.

  • newsletter_subscriptionboolean

    Whether the user is subscribed to the newsletter.

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