TextProTools API
TextProTools is a suite of high-performance text-processing endpoints powered by AI. It provides developers with summarization, sentiment analysis, language detection, and word/character count capabilities — ideal for chatbots, analytics tools, SaaS platforms, and productivity apps.
TextProTools API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Summarize /summarize |
Accepts long-form text and returns a concise summary using a transformer-based NLP model. |
| POST |
Sentiment /sentiment |
Analyzes the sentiment of the input text and returns whether it is positive, negative, or neutral. |
| POST |
Langdetect /langdetect |
Detects the language of the input text using a lightweight NLP model. |
| POST |
Wordcount /wordcount |
Counts the number of words and characters in the input text. |
TextProTools API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $5 / month | 1800 / hour |
|
| ULTRA | $15 / month | 3600 / hour |
|
| MEGA | $50 / month | 7200 / hour |
|