Text Statistics API
Analyze text for word count, sentence count, vocabulary density, and composition.
What Does It Analyze?
Comprehensive text analysis: character count, words, sentences, paragraphs, average word length, vocabulary density, and character composition (letters, digits, spaces, punctuation).
How to Use
Call GET /api/v1/text-statistics?text=Your+text+here.
Try it live
Test this endpoint in the interactive console
Open Console →
Frequently Asked Questions
What is vocabulary density?
Percentage of unique words. High = rich vocabulary, low = repetitive.