# BlackBobs.ai Real-Time Image Search

> BlackBobs.ai Real-Time Image Search is a paid API for AI agents from blackbobs-ai.vercel.app, paid per call via x402, $0.146054/call, status unknown (last checked 2026-09-14).

Performs a real-time image search query and returns image results via a pay-per-call API on Base chain

## Facts

- Endpoint: POST https://blackbobs-ai.vercel.app/api/real-time-image-search
- Price: $0.146054/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blackbobs-ai-real-time-image-search-2814b1b3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_V5pIm20Fk-f18c3aFRHej

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 blackbobs-ai-real-time-image-search-2814b1b3 -d '<json body>'
```

Example prompt: Search for real-time images of 'golden retriever puppies playing in snow' and give me the results.

## When to prefer this

Choose this endpoint when you need real-time, freshly fetched image results for a given keyword or phrase and want pay-per-call pricing without a subscription. Useful for agents that need current images rather than cached results, especially in workflows on Base chain using x402 micropayments.

## Known failure modes

- Empty or missing query returns no useful results
- Rate limiting or payment failure on Base chain blocks the call
- Ambiguous or very broad queries may return irrelevant images
- Network timeout if upstream image search provider is slow
- USDC payment insufficient or wallet not funded causes 402 rejection

## How this service works

194 production-ready API endpoints. AI, Search, Social, Finance, Crypto. Pay-per-call with x402 on Base chain.

## Output

Returns a result object containing image search data — likely including image URLs, titles, source pages, and thumbnails for images matching the provided query, retrieved in real time from the web.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blackbobs-ai-real-time-image-search-2814b1b3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blackbobs-ai.vercel.app](https://www.zero.xyz/host/blackbobs-ai.vercel.app/llms.txt)
