AI Text Toolkit
AI Text Toolkit is a production-ready NLP API with 12 specialized endpoints for text analysis and transformation. ## Endpoints **Analysis** - Sentiment Analysis — dual scoring with VADER and TextBlob - Keyword Extraction — YAKE algorithm - Named Entity Recognition — spaCy NER (persons, places, organizations) - Language Detection — supports 55+ languages **Transform** - Text Summarization — 4…
AI Text Toolkit endpoints
| Method | Endpoint | Description |
|---|---|---|
| Utilities | ||
| POST |
text_similarity_api_v1_text_similarity_post /api/v1/text/similarity |
|
| POST |
text_clean_api_v1_text_clean_post /api/v1/text/clean |
|
| POST |
text_stats_api_v1_text_stats_post /api/v1/text/stats |
|
| POST |
text_tokenize_api_v1_text_tokenize_post /api/v1/text/tokenize |
|
| Analysis | ||
| POST |
sentiment_api_v1_sentiment_post /api/v1/sentiment |
|
| POST |
language_detect_api_v1_language_detect_post /api/v1/language/detect |
|
| POST |
keywords_api_v1_keywords_post /api/v1/keywords |
|
| POST |
entities_api_v1_entities_post /api/v1/entities |
|
| Transform | ||
| POST |
summarize_api_v1_summarize_post /api/v1/summarize |
|
| POST |
rewrite_api_v1_rewrite_post /api/v1/rewrite |
|
| Usage | ||
| GET |
usage_api_v1_usage_get /api/v1/usage |
|
| api | ||
| GET |
health_api_v1_health_get /api/v1/health |
|
AI Text Toolkit pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | — |
|
| ULTRA | $29.99 / month | — |
|
| MEGA | $99.99 / month | — |
|