# x402 Content Hub – Image Search

> x402 Content Hub – Image Search is a paid API for AI agents from x402-content-hub.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-14).

Searches the web for images matching a text query, returning image results via a pay-per-call API using USDC on Base.

## Facts

- Endpoint: POST https://x402-content-hub.vercel.app/api/images/search
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-content-hub-image-search-0d0b2205
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tcSKWLBAhwfn5U525jijm

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 x402-content-hub-image-search-0d0b2205 -d '<json body>'
```

Example prompt: Can you find me some images of the Northern Lights over Iceland? Just search for 'Northern Lights Iceland' and show me what comes up.

## When to prefer this

Use this endpoint when you need to retrieve real web images for a keyword or concept and are willing to pay a small per-call USDC fee via the x402 protocol. Prefer this over free alternatives when operating in a crypto-native agent stack already using Base/USDC payments.

## Known failure modes

- Missing or empty query string returns validation error
- Payment not sent or insufficient USDC returns 402 Payment Required
- Query returns no results for very obscure or filtered terms
- Upstream image search provider unavailable causes 5xx error
- Malformed request body returns 400 Bad Request

## How this service works

Amazon products, real-time news, image search, Medium articles, and Spotify data. Pay with USDC on Base.

## Output

Returns a data object containing image search results for the given query, likely including image URLs, titles, and metadata from the web.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-content-hub-image-search-0d0b2205/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-content-hub.vercel.app](https://www.zero.xyz/host/x402-content-hub.vercel.app/llms.txt)
