# whatchuneed Cat Image

> whatchuneed Cat Image 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-15).

Fetches or generates a random cat image based on a text input request

## Facts

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

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-cat-image-c2859293 -d '<json body>'
```

Example prompt: Can you get me a random cat image right now? Something cute or funny would be great.

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call cat image with no subscription overhead, integrated into a workflow that already uses the whatchuneed x402 API ecosystem. It's ideal for lightweight, one-off cat image fetches at minimal cost ($0.01 USDC).

## Known failure modes

- Invalid or missing input field returns an error
- Upstream image source unavailable causing fetch failure
- Payment of $0.01 USDC not completed resulting in 402 response
- Malformed request body causing validation error
- Service timeout if underlying image provider is slow

## 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 cat image data — likely an image URL or binary image content — 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-cat-image-c2859293/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)
