{"uid":"cap_kDTXquFxnBtMHkSSthJ0m","slug":"netintel-text-statistics-045f315e","name":"NetIntel Text Statistics","description":"Instant text statistics — characters (with/without spaces), words, unique words, sentences, paragraphs, average word/sentence length, longest word, reading and speaking time. Deterministic, no LLM, no API key. For agents sizing content before summarizing, chunking, embedding, or posting. Pass text as ?text= (GET) or a JSON body (POST).","url":"https://netintel.dev/text/stats","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"queryParams":{"type":"object","required":["text"],"properties":{"text":{"type":"string","description":"Text to analyze — 1 to 200000 characters. Aliases: content, input, body."}}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"words":{"type":"number","description":"Whitespace-delimited tokens"},"findings":{"type":"array","description":"Reserved — currently always [] on success"},"sentences":{"type":"number","description":"Segments ended by . ! ? … followed by whitespace/end (runs collapse; a trailing segment without terminator counts); min 1"},"characters":{"type":"number","description":"Unicode code points, including whitespace"},"paragraphs":{"type":"number","description":"Blocks separated by one or more blank lines; min 1"},"longest_word":{"type":["string","null"],"description":"Longest punctuation-stripped word, first seen on ties; null when nothing survives stripping"},"unique_words":{"type":"number","description":"Case-insensitive distinct words after stripping leading/trailing punctuation"},"avg_word_length":{"type":"number","description":"characters_no_spaces / words, 2 dp"},"avg_sentence_length":{"type":"number","description":"words / sentences, 2 dp"},"characters_no_spaces":{"type":"number","description":"Code points excluding all Unicode whitespace"},"reading_time_seconds":{"type":"number","description":"ceil(words / 200 wpm × 60)"},"speaking_time_seconds":{"type":"number","description":"ceil(words / 130 wpm × 60)"}}}}}}},"responseSchema":{"type":"json","example":{"words":14,"findings":[],"sentences":2,"characters":83,"paragraphs":1,"longest_word":"pay-per-call","unique_words":14,"avg_word_length":5,"avg_sentence_length":7,"characters_no_spaces":70,"reading_time_seconds":5,"speaking_time_seconds":7}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.001","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.001/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_thf6EzHh6--KXdVBxlyzY","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.001","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Returns instant, deterministic text statistics including character counts, word counts, sentence/paragraph counts, reading time, and speaking time for any input text.","exampleAgentPrompt":"Can you get me the full text stats for this paragraph — word count, character count, reading time, sentence count, and longest word: 'The quick brown fox jumps over the lazy dog. Pack my box with five dozen liquor jugs.'","exampleUseCases":[{"title":"Pre-chunking content size check","prompt":"Before I send this 5,000-word article to my embedding pipeline, can you run it through text stats to get the character count, word count, and paragraph count so I know how to split it up?"},{"title":"Blog post readability audit","prompt":"Can you analyze this draft blog post and tell me the reading time, average sentence length, and unique word count? I want to make sure it's not too dense before I publish it."},{"title":"Social media copy length check","prompt":"I need to check if this caption fits — can you count the characters (with and without spaces), words, and sentences in it: 'Excited to announce our new product launch! Join us live on Thursday for a full demo and Q&A session.'"}],"resultDescription":"A JSON object with: total character count (including spaces), character count excluding spaces, word count, unique word count (case-insensitive), sentence count, paragraph count, average word length (2dp), average sentence length (2dp), longest word, reading time in seconds (at 200 wpm), speaking time in seconds (at 130 wpm), and a findings array (always empty on success).","failureModes":["Missing or empty text parameter returns an error — text must be 1 to 200,000 characters","Text exceeding 200,000 characters is rejected","Malformed query string or JSON body returns a bad request error","Network timeout if the service is temporarily unavailable","Payment failure via x402 if USDC balance is insufficient or payment not processed"],"whenToPreferThis":"Choose this endpoint when you need fast, deterministic, no-hallucination text metrics — especially for pre-processing steps in AI pipelines (chunking, embedding sizing, content moderation thresholds) or when you need accurate reading/speaking time estimates. Prefer this over LLM-based approaches when you need exact counts (not approximations) without any AI non-determinism, and when cost efficiency matters at $0.001 per call. No API key or account setup required.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T00:55:51.777Z","isFirstParty":false}