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 morphology
        • GETMorphology supported languages
        • POSTIdentify sentences
        • GETSentences supported languages
        • POSTIdentify tokens
        • GETTokens supported languages
Support
LogoLogo
Login
Login
Analytics API ReferenceText AnalyticsBase Linguistics

Morphology supported languages

GET
/morphology/supported-languages
GET
/rest/v1/morphology/supported-languages
$curl https://analytics.babelstreet.com/rest/v1/morphology/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 /morphology endpoint

Was this page helpful?
Previous

Identify sentences

Next
Built with

Authentication

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

Response

Successful
supportedLanguageslist of objects
List of supported languages.