Typless
typlessTypless is an AI-powered document extraction platform that automates manual data entry from various documents using a simple API.
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ónTool to retrieve a list of all document types available in the account. use when you need to view or select schemas for document processing.
TYPLESS_GET_DOCUMENT_TYPESAcciónTool 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
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 User ProfileTYPLESS_GET_PROFILEAcciónTool to retrieve the authenticated user profile. use after authentication to confirm account details.
TYPLESS_GET_PROFILEAcciónTool to retrieve the authenticated user profile. use after authentication to confirm account details.
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
Update User ProfileTYPLESS_UPDATE_PROFILEAcciónTool 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"
TYPLESS_UPDATE_PROFILEAcciónTool 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_namestringUser's full name.
newsletter_subscriptionbooleanWhether the user is subscribed to the newsletter.
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