# CCC Studios ASCII Art Box Converter

> CCC Studios ASCII Art Box Converter is a paid API for AI agents from cccstudios.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Wraps text in an ASCII art box with a specified style, billed per conversion via x402 micropayments

## Facts

- Endpoint: GET https://cccstudios.vercel.app/api/box
- 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/ccc-studios-ascii-art-box-converter-2def8625
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nRrRX110qw9uD9dJsXfbK

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 ccc-studios-ascii-art-box-converter-2def8625
```

Example prompt: Can you wrap 'Hello World' in an ASCII art box using a double-line border style?

## When to prefer this

Choose this endpoint when you need to render text inside a styled ASCII art box frame — particularly for terminal UIs, code documentation banners, retro-style displays, or any context requiring monospaced decorative text borders. Prefer this over full image-to-ASCII endpoints when your input is plain text, not an image.

## Known failure modes

- Missing text parameter returns an error or empty output
- Invalid or unsupported style value may return a default style or error
- Payment failure via x402 micropayment returns a 402 Payment Required response
- Network timeout on the Vercel serverless function returns a 504 or connection error
- Very long text strings may be truncated or cause formatting issues

## How this service works

Convert images and text to ASCII art. Pay per conversion via x402 micropayments on Base.

## Output

Returns the input text rendered inside a styled ASCII art box frame, formatted as a text response ready for display in a terminal or monospaced context

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "text": {
   "type": "string",
   "description": "Text to wrap"
  },
  "style": {
   "type": "string",
   "description": "Box style"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ccc-studios-ascii-art-box-converter-2def8625/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from cccstudios.vercel.app](https://www.zero.xyz/host/cccstudios.vercel.app/llms.txt)
