Smart Text Analyzer
Smart Text Analyzer API A lightweight REST API that analyzes any text and returns detailed insights in a single call. Built with FastAPI and deployable anywhere. 4 Endpoints: POST /analyze — Full analysis: word count, sentence count, reading time, readability score, top keywords, and sentiment all in one response POST /keywords — Extract top N keywords with frequency count and density percentage…
Smart Text Analyzer endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Full Analysis /analyze |
Send any text and get back word count, sentence count, reading time, readability score, top keywords, and sentiment all in one response. |
| POST |
Keywords /keywords |
Extract the top keywords from any text with their frequency count and density percentage. Optionally pass top_keywords to control how many results are returned. |
| POST |
Sentiment /sentiment |
Classify any text as Positive, Negative, or Mixed with positive and negative confidence scores. |
| POST |
Readability /readability |
Get the Flesch Reading Ease score and grade level of any text, from 5th grade to Professional difficulty, along with average sentence length and syllables per word. |
Smart Text Analyzer pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | — |
|
| ULTRA | $29.99 / month | — |
|