📊

Text Statistics

Analyze text: character count, word count, line count, sentence count, paragraph count, average word length, and estimated reading time.

text API: POST /api/tools/text-stats

Input

🔌 API Usage

POST /api/tools/text-stats
Content-Type: application/json

// Example body:
{
  "text": ""
}