Textcortex
textcortexTextCortex offers an AI-powered text generation API that enables developers to integrate advanced language models into their applications for tasks such as content creation, paraphrasing, and more.
Acciones disponibles (2)
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.
Generate EmailTEXTCORTEX_GENERATE_EMAILAcciónTool to generate email body and subject based on provided details. use when you need to compose or personalize an email from a prompt.
TEXTCORTEX_GENERATE_EMAILAcciónTool to generate email body and subject based on provided details. use when you need to compose or personalize an email from a prompt.
Parámetros de entrada
tonestringenumDesired tone of the email. Either 'formal' or 'informal'.
formalinformalcontextstringObligatorioMain prompt or context for generating the email.
languagestringIETF language tag for the output (e.g., 'en', 'de').
creativitystringenumLevel of creativity for the generated email. One of 'default', 'more', or 'less'.
defaultmorelessuser_emailstringemailEmail address for personalization. Must be a valid email format.
word_countintegerApproximate target word count for the email. Must be >= 1 if provided.
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
Summarize TextTEXTCORTEX_SUMMARIZE_TEXTAcciónTool to summarize text. use when you need a concise summary of longer content. use after confirming the full input text.
TEXTCORTEX_SUMMARIZE_TEXTAcciónTool to summarize text. use when you need a concise summary of longer content. use after confirming the full input text.
Parámetros de entrada
textstringObligatorioThe input text to be summarized.
languagestringDesired output language (ISO code, e.g., 'en'). If omitted, API detects from input.
temperaturenumberSampling temperature between 0.0 (deterministic) and 1.0 (creative).
sentence_numintegerNumber of sentences in the summary (>=1).
Parámetros de salida
dataobjectObligatorioResult data containing the summary and language.
errorstringError if any occurred during the execution of the action
statusstringObligatorioAPI response status: 'success' or 'error'.
messagestringAdditional information or error message from API.
successfulbooleanObligatorioWhether or not the action execution was successful or not