# OmniAPI Podcast Outline Generator

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

Generates a structured podcast episode outline from a topic query using AI

## Facts

- Endpoint: POST https://omni-api-cyan.vercel.app/api/ai/podcast/outline
- Price: $0.107295/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/omniapi-podcast-outline-generator-77e8207a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_roYhji_ZBzJYmS9VvDfQq

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-podcast-outline-generator-77e8207a -d '<json body>'
```

Example prompt: Can you generate a podcast episode outline about the rise of decentralized finance, covering what DeFi is, why it matters, and where it's headed — structured with an intro, 3-4 main segments, and an outro?

## When to prefer this

Choose this endpoint when you need a quick, AI-generated structured outline for a podcast episode and want to pay per call via USDC without a subscription. Best for content creators, podcast producers, or agents automating podcast planning workflows who need episode structure on demand rather than a full script or audio generation.

## Known failure modes

- Missing required 'query' field returns a validation error
- Vague or very short queries may produce generic, low-quality outlines
- Payment failure via x402 returns HTTP 402 with payment required details
- Service downtime or Vercel cold-start may cause timeout or 503 errors
- Overly broad topics may result in superficial coverage without depth

## 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 AI-generated podcast episode outline, likely including section headings, talking points, segment breakdowns, and a logical flow from intro to outro based on the provided topic query.

## 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-podcast-outline-generator-77e8207a/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)
