# KiteEndpoints.ai Text Stats

> KiteEndpoints.ai Text Stats is a paid API for AI agents from kite-hub-v2.vercel.app, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-15).

Analyzes a text input and returns statistical metrics such as word count, character count, sentence count, and readability scores

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/text-stats
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-text-stats-08a8b46d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qM_uWEDCvtR41OBQ6ihuh

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability kiteendpoints-ai-text-stats-08a8b46d -d '<json body>'
```

Example prompt: Can you analyze this paragraph and tell me the word count, character count, sentence count, and readability score: 'The quick brown fox jumps over the lazy dog. It was a bright cold day in April, and the clocks were striking thirteen.'

## When to prefer this

Use this endpoint when you need quick, pay-per-use text statistics without setting up your own NLP pipeline. Particularly useful for one-off readability checks, content auditing, or when integrating text metrics into an agent workflow that already uses the KiteEndpoints hub for other capabilities.

## Known failure modes

- Empty or missing text input returns an error response
- Overly large text payloads may time out or be rejected
- Malformed JSON body returns a 400-level error
- Payment not included or insufficient USDC results in 402 Payment Required

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a result object containing computed text statistics such as word count, character count, sentence count, average word length, and readability metrics for the submitted text.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kiteendpoints-ai-text-stats-08a8b46d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
