TextLens API
Hosted text analysis API. Readability, sentiment, keywords, and SEO scoring via a single REST endpoint. Works in Python, Ruby, Go, PHP — any language.
$ curl -X POST https://api.ckmtools.dev/v1/analyze \
-H "X-API-Key: your_key" \
-d '{"text": "Your text here..."}'
- Works in Python, Ruby, Go, PHP
- 8 readability formulas
- Sentiment + keyword analysis
- SEO scoring
- Free tier (1K req/mo)
- Sub-50ms response times