# OmniAPI AI Outliner

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

Generates a structured outline or hierarchical summary from a given text query or input using AI

## Facts

- Endpoint: POST https://omni-api-cyan.vercel.app/api/ai/outliner
- Price: $0.0589/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-outliner-963e3be5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lKRJyh9gBeYfoMvOAL44X

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-outliner-963e3be5 -d '<json body>'
```

Example prompt: Can you generate a structured outline for an article about the future of renewable energy, covering the main sections and subsections I should include?

## When to prefer this

Choose this endpoint when you need AI-generated structured outlines or hierarchical content organization from natural language queries, especially in a pay-per-call USDC context via x402. Useful when you want a lightweight, on-demand outlining capability without a full document processing pipeline.

## Known failure modes

- Missing required 'query' field returns validation error
- Vague or very short query may produce a shallow or generic outline
- Very long input may be truncated or result in timeout
- Malformed params object may cause unexpected behavior or ignored options
- Service unavailability on the Vercel deployment returns 5xx error

## 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 structured outline or hierarchical content breakdown based on the provided query or input text, typically as a JSON object containing organized sections, subsections, and key points derived from the input.

## 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-outliner-963e3be5/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)
