Sentiment Analysis
Classify text into three class sentiments (neutral, positive and negative). The api currently supports English and Arabic dialects. ## Sentiment analysis In most widespread applications, sentiment analysis is used in market research, social media, and customer service. Sentiment analysis, for instance, is commonly used in social media to track how customers feel and talk about a certain company…
Sentiment Analysis endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
ar_sentiment /predict |
Recieve a new sentiment extraction job ... Parameters ---------- payload: str string object that can be read as dictoinary contains the input text and optional threshold |
| POST |
en_sentiment /predict |
Recieve a new sentiment extraction job ... Parameters ---------- payload: str string object that can be read as dictoinary contains the input text and optional threshold |
Sentiment Analysis pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $19 / month | — |
|
| ULTRA | $99 / month | — |
|
| MEGA Recommended | $250 / month | — |
|