Readability
This API tells you how easy is to read a given text. It provides several standard metrics and a consensus metric for readability
Readability endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
score /score |
It processes a text and return a set of readibility scores. - Args: - document: A document object containing the text to be processed. {"text": "The text to be processed"} -… |
Readability pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $20 / month | 20 / second |
|
| ULTRA | $100 / month | 100 / minute |
|