# x402 Content Hub – Reverse Image Search

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

Performs reverse image search by accepting an image URL and returning related visual or contextual data about that image

## Facts

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

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-reverse-image-search-96723008 -d '<json body>'
```

Example prompt: Can you do a reverse image search on this photo — https://example.com/photo.jpg — and tell me where it comes from or what it matches?

## When to prefer this

Use this endpoint when you need to reverse-search an image by URL and are already set up to pay with USDC on Base via the x402 protocol. Prefer this over free alternatives when operating in a crypto-native or x402-enabled agent pipeline.

## Known failure modes

- Invalid or unreachable image URL returns an error
- Payment of 0.1 USDC on Base not completed results in 402 response
- Image format not supported may return empty or error response
- Network timeout if image URL is slow to load
- Generic data object response may be sparse if no matches are found

## 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 reverse image search results, which may include visually similar images, source websites, metadata, or contextual information about the queried image.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "url"
 ],
 "properties": {
  "url": {
   "type": "string",
   "description": "Image URL"
  }
 }
}
```

## 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-reverse-image-search-96723008/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)
