Bolt Text Stats is a paid API for AI agents from boltx402.orbonomy.xyz, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).
Analyzes a text string and returns statistical metrics such as word count, character count, sentence count, and readability scores
Utility toolkit for AI agents. 54 endpoints — tools, data, and AI processing. Pay per request in USDC via x402.
Returns a JSON object with a success boolean and a data object containing computed text statistics such as word count, character count, sentence count, average word length, and readability metrics for the provided input string.
POSThttps://boltx402.orbonomy.xyz/api/text-statsUse this endpoint when you need quick, cheap ($0.01 USDC) programmatic text metrics — word counts, character counts, sentence counts, or readability scores — without standing up your own NLP pipeline. Ideal for agents that need to validate content length, assess writing complexity, or gather structural text features before further processing.
{
"text": "The quick brown fox jumps over the lazy dog. It was a bright cold day in April, and the clocks were striking thirteen. Artificial intelligence is transforming how we work and live."
}| Field | Type | Description |
|---|---|---|
| textrequired | string |
{
"data": {
"words": 32,
"sentences": 3,
"characters": 180,
"paragraphs": 1,
"avg_word_length": 4.66,
"avg_sentence_length": 10.67,
"characters_no_space": 149,
"reading_time_minutes": 1,
"speaking_time_minutes": 1
},
"success": true
}| Field | Type | Description |
|---|---|---|
| data | object | |
| success | boolean |
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"