NAiOS IconNAiOS Logo
Volver al catálogo

Textcortex

textcortex

TextCortex 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
2
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 (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ón

Tool 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

  • tonestringenum

    Desired tone of the email. Either 'formal' or 'informal'.

    formalinformal
  • contextstringObligatorio

    Main prompt or context for generating the email.

  • languagestring

    IETF language tag for the output (e.g., 'en', 'de').

  • creativitystringenum

    Level of creativity for the generated email. One of 'default', 'more', or 'less'.

    defaultmoreless
  • user_emailstringemail

    Email address for personalization. Must be a valid email format.

  • word_countinteger

    Approximate target word count for the email. Must be >= 1 if provided.

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

Summarize TextTEXTCORTEX_SUMMARIZE_TEXTAcción

Tool to summarize text. use when you need a concise summary of longer content. use after confirming the full input text.

Parámetros de entrada

  • textstringObligatorio

    The input text to be summarized.

  • languagestring

    Desired output language (ISO code, e.g., 'en'). If omitted, API detects from input.

  • temperaturenumber

    Sampling temperature between 0.0 (deterministic) and 1.0 (creative).

  • sentence_numinteger

    Number of sentences in the summary (>=1).

Parámetros de salida

  • dataobjectObligatorio

    Result data containing the summary and language.

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorio

    API response status: 'success' or 'error'.

  • messagestring

    Additional information or error message from API.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not