# whatchuneed Text Banner Generator

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

Generates ASCII or styled text banner art from a given input string

## Facts

- Endpoint: POST https://whatchuneed.vercel.app/api/art/text-banner
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/whatchuneed-text-banner-generator-5418d403
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jv7QiM_9AWIrgHSi2Gc3d

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-text-banner-generator-5418d403 -d '<json body>'
```

Example prompt: Can you generate a stylized text banner for the phrase 'Hello World' — something bold and eye-catching that I could use in a terminal or README?

## When to prefer this

Choose this endpoint when you need to generate ASCII or stylized text banners from a plain text string, especially for terminal displays, CLI tools, README headers, or decorative text art. Prefer this over image-generation endpoints when the output must remain in plain text format and over generic LLM calls when a structured banner-rendering pipeline is desired.

## Known failure modes

- Missing required 'input' field returns validation error
- Empty string input may produce blank or minimal output
- Very long input strings may be truncated or return unexpected formatting
- Service unavailability returns 402 or 5xx HTTP status
- Malformed JSON body returns 400 error

## 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 generated text banner art — an ASCII or stylized rendering of the input text, suitable for display in terminals, READMEs, or plain-text contexts.

## 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-text-banner-generator-5418d403/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)
