TextAnalytics
## Analyze any text instantly Pass text in, get back comprehensive linguistic analysis in under 10ms. ### Readability Scores (6 formulas) - **Flesch Reading Ease** — 0-100 scale (higher = easier) - **Flesch-Kincaid Grade** — US grade level - **Coleman-Liau Index** — character-based grade level - **Automated Readability Index** — character count approach - **SMOG Index** — based on polysyllabic…
TextAnalytics endpoints
| Method | Endpoint | Description |
|---|---|---|
| Meta | ||
| GET |
getHealth /textanalytics/v1/health |
Returns server uptime. Does not require authentication. |
| Analyze | ||
| POST |
analyzePost /textanalytics/v1/analyze |
Analyze a text string passed in the JSON request body. Preferred for longer documents (up to 100 KB). Functionally identical to GET /analyze but accepts a JSON body. |
| GET |
analyzeGet /textanalytics/v1/analyze |
Analyze a text string passed as a query parameter. Suitable for short passages. Returns readability scores, keyword density, n-grams, and estimated reading/speaking times. |
TextAnalytics pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $5 / month | — |
|
| ULTRA | $15 / month | — |
|
| MEGA | $40 / month | — |
|