Text Stats & Readability API
Text Stats & Readability API — analyze readability, length and keywords for any English text. **What it does:** Returns Flesch Reading Ease, Flesch-Kincaid grade level, word, sentence and syllable counts, average words per sentence, and the top keywords by TF-IDF weighting. **Endpoints:** - POST /api/v1/analyze — full text statistics - POST /api/v1/readability — Flesch scores only - POST…
Text Stats & Readability API endpoints
| Method | Endpoint | Description |
|---|---|---|
| health | ||
| GET |
/health /health |
|
| api | ||
| POST |
/api/v1/keywords /api/v1/keywords |
Extracts most frequent meaningful words, filtered by stop words. |
| POST |
/api/v1/summary/stats /api/v1/summary/stats |
|
| POST |
/api/v1/readability /api/v1/readability |
|
| POST |
/api/v1/analyze /api/v1/analyze |
Returns all statistics including readability scores, keyword extraction, and language detection. |
Text Stats & Readability API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $1.99 / month | — |
|
| ULTRA | $4.99 / month | — |
|
| MEGA | $9.99 / month | — |
|