# OmniAPI AI Summarize

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

Summarizes or condenses input text or query results into a concise summary using AI

## Facts

- Endpoint: POST https://omni-api-cyan.vercel.app/api/ai/summarize
- Price: $0.069531/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/omniapi-ai-summarize-90dd34e9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_E6gu0rluG_B3o0kELNn_B

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-ai-summarize-90dd34e9 -d '<json body>'
```

Example prompt: Can you summarize this article for me? Here's the text: 'Artificial intelligence has transformed nearly every industry over the past decade, from healthcare diagnostics to autonomous vehicles, fundamentally reshaping how humans work and interact with technology.'

## When to prefer this

Choose this endpoint when you need a pay-per-call, no-subscription AI summarization capability that works within the x402 micropayment ecosystem, especially useful for agents that need to summarize arbitrary text on demand without committing to a monthly AI API subscription.

## Known failure modes

- Missing required 'query' field returns a validation error
- Input text too long may cause truncation or timeout
- Vague or very short input may produce a low-quality or trivial summary
- Rate limits or payment failures (x402) block the request
- Non-English input may yield lower-quality summaries depending on model support

## 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 an AI-generated summary or condensed version of the provided input text, distilling the key points and main ideas into a shorter, more digestible form.

## 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-ai-summarize-90dd34e9/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)
