Tisane

Learn how to use Tisane with Composio

Overview

Enum

TISANE

Description

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

Authentication Details

Ocp-Apim-Subscription-Key
stringRequired

Actions

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.

Action Parameters

content
stringRequired
language
stringRequired
settings
object

Action Response

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

Action Parameters

content1
stringRequired
content2
stringRequired
language1
stringRequired
language2
stringRequired
settings
object

Action Response

data
object
error
string
successful
boolean
Tool to detect the language of the provided text. use when you need to identify the language code.

Action Parameters

text
stringRequired

Action Response

data
object
error
string
successful
boolean
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.

Action Parameters

content
stringRequired

Action Response

data
object
error
string
successful
boolean
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.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to translate or paraphrase text. use when you need to convert content between languages or paraphrase within the same language.

Action Parameters

content
stringRequired
from
stringRequired
settings
object
to
stringRequired

Action Response

data
object
error
string
successful
boolean