agent402.tools Text Statistics Analyzer is a paid API for AI agents from agent402.tools, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14, last successful call 2026-07-29).
Analyzes a block of text and returns character count, word count, sentence count, paragraph count, average word length, reading time, and an LLM token estimate.
Characters, words, sentences, paragraphs, average word length, reading time, and an LLM token estimate for any text.
Returns a JSON object with character count, word count, sentence count, paragraph count, average word length, estimated reading time (likely in minutes), and an estimated LLM token count for the submitted text.
POSThttps://agent402.tools/api/text-statsUse this endpoint when you need a quick, low-cost breakdown of text statistics including LLM token estimates — especially useful before sending large texts to LLM APIs to estimate cost, or when validating document length against limits. Prefer this over manual counting or client-side estimation when accuracy and token estimation matter.
| Field | Type | Description |
|---|---|---|
| text | string | Text to analyze (max 500KB) |
{
"type": "json",
"example": {
"words": 65,
"sentences": 4,
"characters": 386,
"paragraphs": 1,
"avgWordLength": 4.95,
"estimatedTokens": 97,
"readingTimeMinutes": 0.3
}
}Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"