# DevVizion Storyboard Generator

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

Generates a visual storyboard from a research topic, scene description, or job brief

## Facts

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

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-storyboard-generator-b23dfbce -d '<json body>'
```

Example prompt: Can you generate a storyboard for the topic 'sustainable urban farming' — describe it as a 5-scene documentary-style visual narrative?

## When to prefer this

Use this endpoint when you need to rapidly generate a structured storyboard or scene-by-scene visual narrative from a research topic or creative brief, especially when integrated into a broader DevVizion workflow that may also use pack, brief, or bid-draft endpoints

## Known failure modes

- Missing required topic field returns validation error
- Invalid packId returns not found error
- Payment not received or insufficient USDC balance causes 402 Payment Required
- Overly vague topic may yield low-quality or generic storyboard output
- Rate limiting or upstream research failure may produce partial results

## How this service works

storyboard: research topic in JSON body

## Output

A storyboard composed of scene descriptions or frames derived from researching the given topic, scene text, or job brief, potentially cross-referenced with radar results up to the specified limit

## 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": "storyboard markdown response"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/devvizion-storyboard-generator-b23dfbce/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)
