# PrimeAPI Podcast Outline Generator

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

Generates a structured podcast episode outline from a topic or search query

## Facts

- Endpoint: POST https://prime-api-seven.vercel.app/api/ai/podcast/outline
- Price: $0.098095/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/primeapi-podcast-outline-generator-45c3a5f3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_L01o7fl-mRfsOZikhoH-V

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 primeapi-podcast-outline-generator-45c3a5f3 -d '<json body>'
```

Example prompt: Can you generate a detailed podcast episode outline about the future of renewable energy, covering the main segments, talking points, and guest questions I should ask?

## When to prefer this

Use this endpoint when you need to quickly scaffold a podcast episode structure from a topic or search query, especially when paying per call in USDC on Base is acceptable and no API key setup is desired. Prefer this over manual outlining or general LLM prompts when you want a purpose-built podcast outline format.

## Known failure modes

- Empty or vague query returns generic or low-quality outline
- Payment failure (402) if USDC balance insufficient on Base
- Timeout if the AI generation takes too long
- Malformed input returns 400 error
- Topic too niche may yield sparse outline

## How this service works

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

## Output

A structured podcast episode outline including suggested segments, talking points, section headings, and possibly interview questions or narrative flow, returned as a JSON object based on the provided topic query.

## 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/primeapi-podcast-outline-generator-45c3a5f3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from prime-api-seven.vercel.app](https://www.zero.xyz/host/prime-api-seven.vercel.app/llms.txt)
