# WhatChuNeed Joke Generator

> WhatChuNeed Joke Generator is a paid API for AI agents from whatchuneed.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Generates a joke based on a text prompt input

## Facts

- Endpoint: POST https://whatchuneed.vercel.app/api/util/joke
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/whatchuneed-joke-generator-f6b73d99
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5XlpjHch7o9bYUETuGdTq

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-joke-generator-f6b73d99 -d '<json body>'
```

Example prompt: Tell me a funny joke about software developers who drink too much coffee — make it a classic setup-punchline style.

## When to prefer this

Choose this endpoint when you need a quick, cheap ($0.01 USDC) on-demand joke generated from a custom prompt without managing a dedicated humor API subscription. Useful for agents that occasionally need entertainment content as part of a broader workflow on the whatchuneed platform.

## Known failure modes

- Empty or missing 'input' field returns a validation error
- Ambiguous or very short prompts may yield generic or low-quality jokes
- Service downtime on Vercel deployment could return 5xx errors
- Payment failure via x402 protocol results in 402 response before joke is generated

## 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 JSON object with a 'result' field containing the generated joke text, along with a 'status' field indicating success or failure of the 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-joke-generator-f6b73d99/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)
