# DataVault Dog Image Fetcher

> DataVault Dog 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).

Fetches random or breed-specific dog images by breed name and count

## Facts

- Endpoint: POST https://zetdatavault.vercel.app/api/dog-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-dog-image-fetcher-975ee5f7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5zCzDf3s4x0c1E602wiJy

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-dog-image-fetcher-975ee5f7 -d '<json body>'
```

Example prompt: Fetch me 3 dog images of the golden retriever breed from DataVault.

## When to prefer this

Use this endpoint when you need quick, pay-per-call access to dog images by breed without setting up your own image API or scraper. Ideal for agents needing lightweight animal image retrieval with minimal cost ($0.01 USDC per call).

## Known failure modes

- Invalid or unrecognized breed name returns an error or empty results
- Count value out of range may return unexpected number of images
- Network or server errors return non-200 status
- Payment not processed correctly results in 402 response
- Empty breed field may return a generic or random image instead of breed-specific result

## 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 dog image URLs for the requested breed and count.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "breed": {
   "type": "string"
  },
  "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-dog-image-fetcher-975ee5f7/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)
