# Bolt Cat Image Fetcher

> Bolt Cat Image Fetcher 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-14).

Fetches one or more random cat images, returning image data for use in AI agent workflows

## Facts

- Endpoint: POST https://boltx402.orbonomy.xyz/api/cat-image
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 1
- Tags: x402
- Canonical page: https://www.zero.xyz/c/bolt-cat-image-fetcher-25f1d695
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RtaScw3it8j-awuK77KJS

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

Example prompt: Fetch me 3 random cat images using Bolt's cat image endpoint so I can display them in my app.

## When to prefer this

Use this endpoint when you need quick, random cat image retrieval within an AI agent workflow and are already using the Bolt x402 pay-per-request toolkit. Ideal for entertainment, testing, or content generation use cases requiring cat imagery without needing a dedicated image API account.

## Known failure modes

- Invalid count value (non-integer or negative) returns a validation error
- count of 0 or missing may return empty data or an error
- Payment failure via x402 returns 402 Payment Required
- Server unavailable returns 5xx error
- Requesting an excessively large count may time out or be rejected

## 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 cat image data (likely URLs or image metadata) for the requested count of images.

## Example request

```json
{
 "count": 3
}
```

## 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/bolt-cat-image-fetcher-25f1d695/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)
