# devvizion Outline Generator

> devvizion Outline Generator is a paid API for AI agents from x402.devvizion.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Generates a structured research outline for a given topic, scene, or brief

## Facts

- Endpoint: POST https://x402.devvizion.com/v0/outline
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/devvizion-outline-generator-46faeffc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QY0UQVY27uxnOBBBRPtEx

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 devvizion-outline-generator-46faeffc -d '<json body>'
```

Example prompt: Can you generate a research outline for the topic 'renewable energy trends in 2025' — limit results to 10 and use the brief 'overview for a general audience'?

## When to prefer this

Use this endpoint when you need to generate a structured outline or research skeleton for a topic, scene, or job brief. Prefer this over alternatives when working within the devvizion ecosystem alongside sibling endpoints like brief, bid-draft, or bounty-radar, or when you need a quick outline to feed into downstream content or proposal workflows.

## Known failure modes

- Missing topic field returns a validation error
- Invalid packId results in pack not found error
- Exceeding rate limits returns 429 Too Many Requests
- Insufficient USDC balance results in 402 Payment Required
- Malformed JSON body returns 400 Bad Request

## How this service works

Research outline 0.01 USDC (first pay · Base). Ladder: free GET /v0/sample-outline.json → POST /v0/outline → brief 0.02. Machine settle: GET /first-buy.json · lander /start · /.well-known/x402.

## Output

A structured research outline breaking down the given topic into organized sections, subtopics, or storyboard segments, returned as JSON.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "Optional URL alias for topic"
  },
  "brief": {
   "type": "string",
   "description": "Bid-draft job brief"
  },
  "limit": {
   "type": "number",
   "description": "Radar result limit"
  },
  "scene": {
   "type": "string",
   "description": "Storyboard scene description"
  },
  "topic": {
   "type": "string",
   "description": "Research topic, scene, or brief text"
  },
  "packId": {
   "type": "string",
   "description": "Pack id for /v0/pack"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "contentType": "text/markdown; charset=utf-8",
  "description": "outline markdown response"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/devvizion-outline-generator-46faeffc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.devvizion.com](https://www.zero.xyz/host/x402.devvizion.com/llms.txt)
