Text To Emotions
Text To Emotions API The Text To Emotions API is a RESTful API that allows you to predict emotions from a given text or multiple texts. This API uses OpenAPI 3.0.2 specifications and has the following endpoints: Endpoints 1. Read Root Path: / Method: GET Description: Returns a successful response to indicate the API is working. Response: 200 OK 2. Predict Emotions (Single Text) Path:…
Text To Emotions endpoints
| Method | Endpoint | Description |
|---|---|---|
| Predict Emotions | ||
| GET |
predict_predict_emotions___text__get /predict-emotions/:{text} |
|
| POST |
Predict Emotions /predict-emotions |
Predict emotions for input |
| Predict Emotions Many | ||
| POST |
predictMany_predict_emotions_many_post /predict-emotions-many |
|
| GET |
predictMany_predict_emotions_many___texts__get /predict-emotions-many/:{texts} |
|
| Predict Emotion | ||
| GET |
predict_predict_emotion___text__get /predict-emotion/:{text} |
|
| POST |
predict_predict_emotion_post /predict-emotion |
|
| Predict Emotion Many | ||
| GET |
predictMany_predict_emotion_many___texts__get /predict-emotion-many/:{texts} |
|
| POST |
predictMany_predict_emotion_many_post /predict-emotion-many |
|
| Other endpoints | ||
| GET |
read_root__get / |
|
Text To Emotions pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 120 / minute |
|
| PRO | $1.99 / month | 150 / second |
|
| ULTRA Recommended | $4.99 / month | 250 / second |
|
| MEGA | Free | 1500 / second |
|