# CCC Studios — Table to ASCII Art API

> CCC Studios — Table to ASCII Art API 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-15).

Converts a JSON array of data and column names into an ASCII art table representation

## Facts

- Endpoint: GET https://ccc-studios.vercel.app/api/table
- 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-table-to-ascii-art-api-1432f18f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qz07YzDbOv68uDu7Vsd1D

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-table-to-ascii-art-api-1432f18f
```

Example prompt: Turn this JSON array into an ASCII art table with columns Name, Age, and City: [{"name":"Alice","age":30,"city":"NYC"},{"name":"Bob","age":25,"city":"LA"}]

## When to prefer this

Choose this endpoint when you need to render tabular JSON data as ASCII art text for display in terminals, READMEs, chat interfaces, or any text-only environment. Best suited for lightweight, pay-per-use conversion at $0.01 USDC with no subscription required.

## Known failure modes

- Invalid JSON array in data field returns a parse error
- Mismatched column names not present in JSON objects may produce empty columns
- Missing required data or columns parameters returns a 400 error
- Payment failure or insufficient funds returns a 402 Payment Required response
- Malformed comma-separated columns string may cause formatting issues

## How this service works

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

## Output

Returns an ASCII art formatted table displaying the provided JSON data organized into the specified columns, rendered as plain text art suitable for display in terminals, markdown, or text-based interfaces. Costs $0.01 USDC per conversion via x402 micropayment on Base.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "string",
   "description": "JSON array of objects"
  },
  "columns": {
   "type": "string",
   "description": "Comma-separated column names"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ccc-studios-table-to-ascii-art-api-1432f18f/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)
