Text Analysis & NLP
Analyze any text with advanced NLP. No external AI API needed — all processing runs locally for instant results. Features: • Sentiment analysis (positive/negative/neutral with score) • Keyword extraction with relevance scoring • Readability analysis (Flesch-Kincaid) • Language detection (10 languages: EN, ES, FR, DE, PT, IT, NL, JA, ZH, KO) • Word, sentence, paragraph counts • Reading and…
Text Analysis & NLP endpoints
| Method | Endpoint | Description |
|---|---|---|
| analyze | ||
| POST |
fullAnalysis /analyze |
Returns word count, character count, sentence/paragraph count, reading/speaking time, readability scores, sentiment, language detection, top 10 keywords, and 3 summary sentences. |
| sentiment | ||
| POST |
sentimentAnalysis /sentiment |
Analyzes text sentiment using a 200+ word AFINN-style lexicon with negation and intensifier handling. |
| keywords | ||
| POST |
keywordExtraction /keywords |
Extracts top 10 keywords using TF-IDF scoring with stop word removal. |
| readability | ||
| POST |
readabilityAnalysis /readability |
Calculates Flesch-Kincaid Grade Level and Reading Ease scores. |
| Other endpoints | ||
| GET |
healthCheck / |
|
Text Analysis & NLP pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | — |
|
| ULTRA | $24.99 / month | — |
|
| MEGA | $49.99 / month | — |
|