# OmniAPI Text Readability Analyzer

> OmniAPI Text Readability Analyzer is a paid API for AI agents from omni-api-cyan.vercel.app, paid per call via x402, $0.067179/call, status unknown (last checked 2026-09-15).

Analyzes the readability of a given text and returns readability scores and metrics

## Facts

- Endpoint: POST https://omni-api-cyan.vercel.app/api/tools/text/readability
- Price: $0.067179/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/omniapi-text-readability-analyzer-fcd30a5c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_duZ6xMS741WucqDzsTm6L

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

Example prompt: Can you check the readability of this paragraph and tell me if it's too complex for a general audience: 'The proliferation of idiosyncratic terminologies within specialized academic disciplines creates substantial comprehension barriers for non-expert readers.'

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call readability analysis without setting up a dedicated NLP pipeline. It is suitable for single-text evaluations where you want to assess reading complexity, grade level, or audience appropriateness. Prefer it over full NLP suites when you only need readability metrics and want to pay micro-amounts in USDC per call via x402.

## Known failure modes

- Missing required 'query' field returns validation error
- Empty or very short text may return unreliable or null scores
- Non-English text may produce inaccurate readability metrics
- Extremely long text inputs may be truncated or rejected
- Payment failure via x402 returns 402 status before processing

## How this service works

444 endpoints across 9+ chains. Crypto, AI, Social, Finance, Weather, Tools. Pay per call in USDC via x402 with 4 facilitators: Dexter, Meridian, FluxA, GoPlausible.

## Output

Returns a readability assessment of the submitted text, likely including standard readability scores (such as Flesch Reading Ease, Flesch-Kincaid Grade Level, or similar metrics), complexity indicators, and possibly recommendations. The exact response schema is generic but expected to surface numeric scores and qualitative assessments.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "query"
 ],
 "properties": {
  "input": {
   "type": "string",
   "description": "Input data for the endpoint"
  },
  "query": {
   "type": "string",
   "description": "Search query or input text"
  },
  "params": {
   "type": "object",
   "description": "Additional parameters"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

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