# WhatChuNeed Color ASCII Art Generator

> WhatChuNeed Color ASCII 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 prompt or color description into colorized ASCII art renderings

## Facts

- Endpoint: POST https://whatchuneed.vercel.app/api/art/color-ascii
- 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-color-ascii-art-generator-a6fb3106
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_o_gITmHG98uuCsQw7gWKn

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-color-ascii-art-generator-a6fb3106 -d '<json body>'
```

Example prompt: Can you generate a colorful ASCII art image of a neon cityscape at night? I want it vibrant with lots of color.

## When to prefer this

Choose this endpoint when you need pay-per-call color ASCII art generation without managing subscriptions or API keys beyond x402 payment. Suitable for agents that need one-off ASCII art generation with USDC micropayments.

## Known failure modes

- Vague or ambiguous input prompt may produce unexpected or generic output
- Very complex scene descriptions may result in simplified or lower-quality ASCII output
- Service unavailability may return a non-200 status or empty result
- Input that violates content policies may be rejected

## 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 colorized ASCII art as a string or structured data, along with a status field indicating success or failure of the generation request.

## 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-color-ascii-art-generator-a6fb3106/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)
