# whatchuneed Unicode Block Art Generator

> whatchuneed Unicode Block Art Generator is a paid API for AI agents from whatchuneed.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Converts a text input into Unicode block art representation

## Facts

- Endpoint: POST https://whatchuneed.vercel.app/api/art/unicode-block
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/whatchuneed-unicode-block-art-generator-3bf54e2d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7vTFy0ZKjOdBFzYcUqjbC

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 whatchuneed-unicode-block-art-generator-3bf54e2d -d '<json body>'
```

Example prompt: Can you turn the word 'HELLO' into unicode block art for me?

## When to prefer this

Use this endpoint when you need a quick, pay-per-call text-to-unicode-block-art conversion without setting up a local library. Ideal for agents that need to generate decorative text banners, terminal headers, or stylized labels on demand.

## Known failure modes

- Empty or missing input string returns an error
- Unsupported characters may not render correctly in block form
- Overly long input strings may produce truncated or malformed output
- Service unavailability returns a non-200 HTTP response

## How this service works

320+ pay-per-call API endpoints across accommodation, LLM, code execution, crypto, medical, finance, and more. One API, one payment. Powered by x402 protocol.

## Output

Returns a result object containing the unicode block art rendering of the input text, along with a status field indicating success or failure.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "string",
   "description": "Request input"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "Response data"
  },
  "status": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/whatchuneed-unicode-block-art-generator-3bf54e2d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from whatchuneed.vercel.app](https://www.zero.xyz/host/whatchuneed.vercel.app/llms.txt)
