Query available sentiment models

This method returns a list of available models/languages for sentiment analysis.

Model description

The method returns a JSON array with model description objects.
E.g.

[
   {
      "features": null,
      "name": "en",
      "description":"English Sentiment"
   }
]

Details

Language
Authorization
Header
Click Try It! to start a request and see the response here!