# DataVault Cat Image Fetcher

> DataVault Cat Image Fetcher is a paid API for AI agents from zetdatavault.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns one or more random cat images on demand, pay-per-call via USDC on Base.

## Facts

- Endpoint: POST https://zetdatavault.vercel.app/api/cat-image
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/datavault-cat-image-fetcher-f34a4563
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5T7aoYptpy4V24DdjP9SJ

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 datavault-cat-image-fetcher-f34a4563 -d '<json body>'
```

Example prompt: Can you grab 5 random cat images for me from DataVault right now?

## When to prefer this

Use this endpoint when you need quick, pay-per-call access to random cat images without managing your own image database or scraping. Ideal for lightweight apps, demos, or bots that occasionally need cat imagery without a subscription.

## Known failure modes

- Invalid count value (non-integer or negative) may return a 400 or empty result
- Payment failure via x402 protocol results in 402 Payment Required response
- Count too large may result in timeout or partial results
- Service unavailable returns 5xx error

## How this service works

54 endpoints spanning local tools, live data feeds, and AI-powered text processing. Pay-per-call with USDC on Base.

## Output

Returns a JSON object with a success boolean and a data object containing one or more cat image entries (URLs or image data) corresponding to the requested count.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "count": {
   "type": "integer"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object"
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/datavault-cat-image-fetcher-f34a4563/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from zetdatavault.vercel.app](https://www.zero.xyz/host/zetdatavault.vercel.app/llms.txt)
