Text Sentiment API
Runs on Python Flask and is relatively fast. The API can be used to generate sentiment scores (polarity and subjectivity) of a given text. You just need to input a string text as a request and you will receive a JSON with: 1) Entities: Returns the entities such as people, organizations, locations, etc; e.g. 'Australia' 2) Full Text: Returns the full text of what was input; e.g. 'Renewable energy…
Text Sentiment API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Sentiment Analysis /sentiment |
This endpoint takes a GET request with a string as a parameter and returns the sentiment scores (polarity and subjectivity) of the text as well as the 'Full Text', 'Language',… |
Text Sentiment API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / hour |
|
| PRO | $9.99 / month | 7 / minute |
|
| ULTRA | $19.99 / month | 25 / minute |
|
| MEGA | $29.99 / month | 50 / minute |
|