NAiOS IconNAiOS Logo
Volver al catálogo

Tisane

tisane

Tisane API is a natural language processing tool that detects problematic content, extracts topics, and performs aspect-based sentiment analysis across 27 languages.

Acciones
6
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 (6)

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.

Analyze TextTISANE_ANALYZE_TEXTAcción

Tool to analyze input text for detailed nlu insights. use after preparing text when you need to detect sentiment, entities, topics, and other linguistic features.

Parámetros de entrada

  • contentstringObligatorio

    Text content to be analyzed

  • languagestringObligatorio

    IETF BCP-47 language tag for the input text

  • settingsobject

    Optional analysis settings. Empty dict for defaults (see Tisane API Configuration Guide).

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

Calculate Semantic SimilarityTISANE_CALCULATE_SIMILARITYAcción

Tool to calculate semantic similarity between two text fragments. use when you need a numeric similarity score (0-1) for two texts.

Parámetros de entrada

  • content1stringObligatorio

    First text fragment to compare.

  • content2stringObligatorio

    Second text fragment to compare.

  • settingsobject

    Additional settings for similarity calculation, leave empty for defaults.

  • language1stringObligatorio

    IETF language code for content1 (e.g., 'en').

  • language2stringObligatorio

    IETF language code for content2 (e.g., 'en').

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

Detect LanguageTISANE_DETECT_LANGUAGEAcción

Tool to detect the language of the provided text. use when you need to identify the language code.

Parámetros de entrada

  • textstringObligatorio

    The text whose language needs to be detected.

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

Extract TextTISANE_EXTRACT_TEXTAcción

Tool to extract raw text from markup content. use when cleaning html, css, js, or json to get pure decoded text. use after confirming the input is utf-8 text; this does not process binary content.

Parámetros de entrada

  • contentstringObligatorio

    The markup (HTML, CSS, JS, JSON) to strip and decode into plain text. Must be UTF-8 text; binary content is not supported.

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 Supported LanguagesTISANE_GET_SUPPORTED_LANGUAGESAcción

Tool to list all languages supported by the api. use when needing to discover available languages for text analysis or processing. call before submitting text to ensure support.

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

Transform TextTISANE_TRANSFORM_TEXTAcción

Tool to translate or paraphrase text. use when you need to convert content between languages or paraphrase within the same language.

Parámetros de entrada

  • tostringObligatorio

    Target language IETF tag. If same as source, text will be paraphrased.

  • fromstringObligatorio

    Source language IETF tag. Use '*' or 'lang1|lang2' to auto-detect.

  • contentstringObligatorio

    Text content to transform (UTF-8).

  • settingsobject

    Optional translation settings (see Tisane API Configuration).

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