Sentiment Analysis API

This feature is coming soon! Join our waitlist to get early access.

The sentiment analysis endpoint allows you to analyze the emotional tone and sentiment of text across multiple languages. This is particularly useful for understanding customer feedback, social media monitoring, and market research in low-resource languages.

Analyze Sentiment

Request Body

text
string
required

The text to analyze for sentiment

language
string
required

The language of the input text. See supported languages

model
string
default:"KrosMLingual1.0.1"

The ID of the model to use

detailed
boolean
default:"false"

If true, returns detailed sentiment metrics including confidence scores

Example Request