# Bolt Dog Image API

> Bolt Dog Image API is a paid API for AI agents from boltx402.orbonomy.xyz, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Fetches one or more random dog images by breed using the Bolt utility toolkit

## Facts

- Endpoint: POST https://boltx402.orbonomy.xyz/api/dog-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/bolt-dog-image-api-c41c6b88
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_N1zqupMgyM8k9RdfLR9oU

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-api-c41c6b88 -d '<json body>'
```

Example prompt: Can you fetch me 3 random golden retriever dog images using the Bolt dog image tool?

## When to prefer this

Use this endpoint when you need a quick, pay-per-request way to retrieve random dog images optionally filtered by breed, especially within an agent workflow that already uses the Bolt x402 toolkit and USDC micropayments.

## Known failure modes

- Unknown or misspelled breed returns empty data or error
- Count exceeding service limits may return partial results
- Network or payment failure (402) if USDC balance is insufficient
- Invalid input types (non-integer count, non-string breed) may cause request rejection

## 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 'success' boolean and a 'data' object containing the dog image or images 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/bolt-dog-image-api-c41c6b88/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from boltx402.orbonomy.xyz](https://www.zero.xyz/host/boltx402.orbonomy.xyz/llms.txt)
