APImcp
GuidesText Processing
ConsoleDocsMCP
Text Processing ⏱ 1 min read

Text Statistics API

Analyze text for word count, sentence count, vocabulary density, and composition.

01

What Does It Analyze?

Comprehensive text analysis: character count, words, sentences, paragraphs, average word length, vocabulary density, and character composition (letters, digits, spaces, punctuation).

02

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.