# Bolt Cat Image API

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

Returns one or more random cat images from the Bolt utility toolkit for AI agents

## Facts

- Endpoint: POST https://deltadata.orbonomy.xyz/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/bolt-cat-image-api-de5a20f6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HTaTwJiyvIeT_YZs_Znp3

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

Example prompt: Grab me 3 random cat images from the Bolt toolkit — I want to display them on my page.

## When to prefer this

Use this endpoint when you need quick, pay-per-call access to random cat images without managing your own image library or scraping. Suitable for agents building fun, pet-themed, or placeholder image workflows at low cost ($0.01 USDC per call).

## Known failure modes

- Invalid count parameter type returns validation error
- Count value of zero or negative integer may return empty result or error
- Network timeout if upstream cat image source is unavailable
- Unexpected schema in data field if provider changes format

## 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 data object containing cat image data (URLs or image references) along with a success boolean indicating whether the request completed successfully.

## 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-api-de5a20f6/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)
