# CCC Studios ASCII Art API — Unicode Text Converter

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

Converts text to Unicode/ASCII art using selectable styles, billed per conversion via x402 micropayments on Base

## Facts

- Endpoint: GET https://cthreexstudios.vercel.app/api/unicode
- Price: $0.02/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-api-unicode-text-converter-76126122
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zQdFYs5YQvcEA0EzteIxh

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-api-unicode-text-converter-76126122
```

Example prompt: Convert the text 'Hello World' into ASCII art using a bold Unicode style.

## When to prefer this

Use this endpoint when you need to programmatically convert plain text into ASCII or Unicode art with style control, paid per-call with micro-USDC — ideal for bots, chat decorations, banners, or creative text displays where a lightweight pay-per-use model is preferred over a subscription.

## Known failure modes

- Missing or empty text parameter returns an error
- Unsupported style value may return default or error
- Payment failure via x402 (insufficient USDC balance or wallet not configured) blocks the call
- Network timeout on vercel.app deployment under load
- Invalid or malformed request returns HTTP 4xx

## 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 as ASCII or Unicode art in the requested style, ready to display or embed in text-based interfaces.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ccc-studios-ascii-art-api-unicode-text-converter-76126122/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)
