Quick Text Intelligence API
NLP aggregate — sentiment, toxicity, language detection, NER, semantic similarity, and spellcheck. **Models (all open-source, Apache-2.0 / MIT):** - Sentiment: `distilbert-base-uncased-finetuned-sst-2-english` (Apache-2.0) - Toxicity: `unitary/toxic-bert` trained on Jigsaw CC-BY data (Apache-2.0) - NER: `dslim/bert-base-NER` (MIT) - Similarity/Ranking: `sentence-transformers/all-MiniLM-L6-v2`…
Quick Text Intelligence API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Health | ||
| GET |
/health /health |
|
| Sentiment | ||
| POST |
/v1/sentiment/batch /v1/sentiment/batch |
|
| POST |
/v1/sentiment /v1/sentiment |
|
| Safety | ||
| POST |
/v1/toxicity /v1/toxicity |
|
| Language | ||
| POST |
/v1/language/detect /v1/language/detect |
|
| NER | ||
| POST |
/v1/ner /v1/ner |
|
| Similarity | ||
| POST |
/v1/similarity /v1/similarity |
|
| POST |
/v1/similarity/rank /v1/similarity/rank |
|
| Spellcheck | ||
| POST |
/v1/spellcheck /v1/spellcheck |
|
Quick Text Intelligence API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | 1 / second |
|
| ULTRA | $25 / month | 3 / second |
|
| MEGA | $50 / month | 10 / second |
|