# CCC Studios ASCII Art API — Unicode Text Converter

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

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

## Facts

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

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-adb8b62c
```

Example prompt: Can you convert the text 'HELLO WORLD' into ASCII art using a bold Unicode style?

## When to prefer this

Use this endpoint when you need to convert a short text string into visually stylized ASCII or Unicode art, especially when you want pay-per-use micropayment billing via x402 on Base rather than a subscription model. Ideal for creative tools, terminal UIs, social media bots, or any workflow that needs decorative text transformations on demand.

## Known failure modes

- Missing or empty text parameter returns error
- Unsupported or invalid style value may return default or error
- Payment failure (402) if x402 micropayment not processed correctly
- Rate limiting if too many requests in short succession
- Very long text strings may be truncated or rejected

## 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 chosen style — a stylized text representation made from Unicode characters, suitable for display in terminals, social posts, or creative projects.

## 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-adb8b62c/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)
