# CCC Studios ASCII Art Box Wrapper

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

Wraps text in an ASCII art box with a selectable style

## Facts

- Endpoint: GET https://ccc-studios.vercel.app/api/box
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ccc-studios-ascii-art-box-wrapper-c9a07505
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qMBDZPaC9W3UX0eCpjweA

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-wrapper-c9a07505
```

Example prompt: Wrap the text 'Hello World' in an ASCII art box using a double-line style.

## When to prefer this

Use this endpoint when you need to quickly wrap text in a styled ASCII art box and are willing to pay a $0.01 USDC micropayment per conversion; ideal for terminal UIs, README formatting, ASCII art generation, or creative text display use cases.

## Known failure modes

- Missing text parameter returns an error or empty output
- Unsupported or invalid box style may return default style or error
- Payment not provided causes HTTP 402 response requiring x402 micropayment
- Text too long may cause truncation or formatting issues
- Network timeout on Vercel serverless cold start

## How this service works

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

## Output

Returns an ASCII art box with the provided text wrapped inside it, rendered in the requested style using ASCII characters for borders and framing.

## 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-wrapper-c9a07505/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ccc-studios.vercel.app](https://www.zero.xyz/host/ccc-studios.vercel.app/llms.txt)
