# Bolt Dog Image Fetcher

> Bolt Dog Image Fetcher is a paid API for AI agents from deltadata.orbonomy.xyz, 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 via the Bolt utility API

## Facts

- Endpoint: POST https://deltadata.orbonomy.xyz/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/bolt-dog-image-fetcher-2241aab4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_E38F_kzimsJvVhqmAg6HJ

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 bolt-dog-image-fetcher-2241aab4 -d '<json body>'
```

Example prompt: Can you fetch 3 golden retriever dog images for me?

## When to prefer this

Choose this endpoint when you need quick, on-demand dog images by breed for a specific count, especially in an agent workflow that pays per request in USDC via x402. It is ideal for lightweight, one-off image retrieval without requiring a dedicated dog image API subscription.

## Known failure modes

- Unknown or misspelled breed name returns error or empty data
- Count value too high may return partial results or error
- Network timeout on deltadata.orbonomy.xyz
- Payment failure via x402 if USDC balance is insufficient
- Invalid input schema (non-integer count or non-string breed) returns 400 error

## How this service works

Utility toolkit for AI agents. 54 endpoints — tools, data, and AI processing. Pay per request in USDC via x402.

## Output

Returns a JSON object with a 'data' field containing the dog image(s) data and a 'success' boolean indicating whether the request completed successfully.

## 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/bolt-dog-image-fetcher-2241aab4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from deltadata.orbonomy.xyz](https://www.zero.xyz/host/deltadata.orbonomy.xyz/llms.txt)
