get
https://api.apptek.com/api/v2/sentiment/models
This method returns a list of available models/languages for sentiment analysis.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Model description
The method returns a JSON array with model description objects.
E.g.
[
{
"features": null,
"name": "en",
"description":"English Sentiment"
}
]
