Detect
TextKit analyzes your input text and returns a prediction based on the attribute you want to detect.
3 subscribers
6 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Detect endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Gender Detector /detect/gender/ |
This API tries to determine what the gender of a person is based on their name and a database of over 90,000 entries tagged with their reported genders. We recommend using this… |
| GET |
Names Detector /detect/names/ |
This API tries to determine what words in a given input correspond to a first-name and/or last-name. Although this task may seem simple, in many cultures some first names can… |
| GET |
Language Detector /detect/language/ |
Our language detector uses SpaCy and FastText to predict what language the input text is written in. As many of our models, the longer the input the better the predictions are,… |
| GET |
Gibberish Detector /detect/gibberish/ |
We define as gibberish any text that has the particularity of not being intelligible in the target language of the reader. Unintelligible can be anything from a random sequence… |
| GET |
Sentiment Detector /detect/sentiment/ |
Similarly to the Emotions API, this model tries to determine the general sentiment of a given text based on how it was written. |
| GET |
Emotion Emotion /detect/emotion/ |
This model tries to determine the emotion conveyed by the writer on a text, using Ekman's list of emotions as potential results. Although detecting emotion can be very… |
Detect pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO | $15 / month | 1 / second |
|