For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Support
API ReferenceDocsRelease notes
API ReferenceDocsRelease notes
  • Analytics API Reference
        • POSTAnalyze sentiment
        • GETSentiment supported languages
Support
LogoLogo
Login
Login
Analytics API ReferenceText AnalyticsSentiment Analysis

Sentiment supported languages

GET
/sentiment/supported-languages
GET
/rest/v1/sentiment/supported-languages
$curl https://analytics.babelstreet.com/rest/v1/sentiment/supported-languages \
> -H "X-BabelStreetAPI-Key: <apiKey>"
200Retrieved
1{
2 "supportedLanguages": [
3 {
4 "language": "string",
5 "script": "string",
6 "licensed": true
7 }
8 ]
9}

Returns a list of supported languages for the /sentiment endpoint

Was this page helpful?
Previous

Identify categories

Next
Built with

Authentication

X-BabelStreetAPI-Keystring
API Key authentication via header
OR
X-RosetteAPI-Keystring
API Key authentication via header

Response

OK
supportedLanguageslist of objects
List of supported languages.