# AllInOneCents Dog Image API

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

Returns a random or queried dog image via a unified micro-payment API endpoint

## Facts

- Endpoint: POST https://allinonecents.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/allinonecents-dog-image-api-da67ef60
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8GE_jLwMLKHRbSa9aDfPv

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 allinonecents-dog-image-api-da67ef60 -d '<json body>'
```

Example prompt: Can you fetch me a dog image? Just send the query 'golden retriever' to get a photo of that breed.

## When to prefer this

Use this endpoint when you need a quick, cheap ($0.01) dog image retrieval within a multi-purpose API platform that also supports crypto payments via Base or Solana. Best for lightweight apps or agents that occasionally need dog images alongside other AllInOneCents endpoints.

## Known failure modes

- Invalid or empty query string returns error
- Payment not processed results in 402 response
- Service unavailable returns 5xx error
- Unsupported query format returns validation error
- No image found for specific query returns empty data

## How this service works

Unified API platform — 60 endpoints across crypto, medical, macro, stocks, and utility. Dual-chain (Base + Solana). All $0.01.

## Output

Returns a JSON object with a success boolean and a data object containing dog image information such as an image URL or binary image data.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "query"
 ],
 "properties": {
  "query": {
   "type": "string",
   "description": "Input query"
  }
 }
}
```

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