# KiteEndpoints.ai - Text Statistics API

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

Analyzes a text string and returns statistical metrics such as word count, character count, sentence count, reading time, and readability scores.

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/text-stats
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-text-statistics-api-05c41523
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ArUWQO0xliiI_cEpnGPyv

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-statistics-api-05c41523 -d '<json body>'
```

Example prompt: Can you run text stats on this article and tell me the word count, sentence count, and estimated reading time: 'Artificial intelligence is transforming every industry. From healthcare to finance, AI tools are changing how we work and live. The pace of change is unprecedented.'

## When to prefer this

Choose this endpoint when you need quick, pay-per-use text statistics without setting up a dedicated NLP library or service. Ideal for lightweight automation pipelines that occasionally need word counts, reading time estimates, or readability metrics without a monthly subscription.

## Known failure modes

- Empty or missing text input returns an error or zero-value stats
- Extremely large text bodies may time out or be truncated
- Non-UTF8 or binary input may cause parsing errors
- Response schema is loosely typed so specific stat fields may vary or be absent
- Payment failure (insufficient USDC balance) results in 402 response before processing

## 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 structured object containing text metrics including word count, character count, sentence count, estimated reading time, and potentially readability scores or other statistical measures derived from 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-statistics-api-05c41523/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-endpoints.vercel.app](https://www.zero.xyz/host/kite-endpoints.vercel.app/llms.txt)
