# CCC Studios ASCII Art Box Generator

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

Wraps text in a styled ASCII art box using a specified box-drawing style

## Facts

- Endpoint: GET https://cthreexstudios.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-generator-043bbf90
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KR_27fEHg11DV4MaxNNCb

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-generator-043bbf90
```

Example prompt: Can you wrap the text 'Hello World' in a rounded ASCII art box using CCC Studios?

## When to prefer this

Choose this endpoint when you need to wrap a specific text string in a decorative ASCII box with a configurable style. Ideal for terminal UIs, README formatting, CLI tool output, or any creative text framing task. Prefer this over general ASCII art generators when you specifically want a box/border style around text rather than full image-to-ASCII conversion.

## Known failure modes

- Missing text parameter returns an error or empty box
- Invalid or unsupported style value may default to a basic style or return an error
- Payment failure via x402 micropayment (insufficient USDC balance or wallet not configured) blocks the request
- Network timeout on Vercel serverless cold start
- Overly long text strings may be truncated or cause layout issues

## How this service works

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

## Output

Returns ASCII art output of the input text enclosed in a drawn box using the specified style (e.g., single-line, double-line, rounded). The response is a styled text block suitable for terminal display or embedding in code output.

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