# NexusAPI Text Readability Analyzer

> NexusAPI Text Readability Analyzer is a paid API for AI agents from nexus-api-peach-nine.vercel.app, paid per call via x402, $0.197271/call, status unknown (last checked 2026-09-14).

Analyzes the readability of a given text, returning readability scores and grade-level metrics

## Facts

- Endpoint: POST https://nexus-api-peach-nine.vercel.app/api/tools/text/readability
- Price: $0.197271/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nexusapi-text-readability-analyzer-b5aab1b9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pmVsfX710EyhZjkJ49hwC

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 nexusapi-text-readability-analyzer-b5aab1b9 -d '<json body>'
```

Example prompt: Can you check the readability of this paragraph and tell me what grade level it's written at: 'The utilization of multisyllabic lexicon and convoluted syntactic structures can substantially impede comprehension among non-specialist readership populations.'

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call readability assessment without managing API keys. It is well-suited for agents that occasionally need to assess text complexity as part of a broader workflow, such as content editing, SEO optimization, or educational content grading, without committing to a subscription service.

## Known failure modes

- Empty or missing query text returns an error
- Text too short to compute meaningful readability metrics
- Input exceeds maximum character limit
- Payment failure via x402 protocol returns 402 status
- Malformed JSON request body returns 400 error

## How this service works

Crypto, AI, Social Media, Finance, Weather, Tools &amp; more. Pay per call in USDC on Base. No API keys.

## Output

Returns readability metrics for the submitted text, likely including scores such as Flesch Reading Ease, Flesch-Kincaid grade level, and possibly Gunning Fog or other complexity indices, giving a sense of how difficult the text is to read and what audience it suits.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Search query or input parameter"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nexusapi-text-readability-analyzer-b5aab1b9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nexus-api-peach-nine.vercel.app](https://www.zero.xyz/host/nexus-api-peach-nine.vercel.app/llms.txt)
