# Blockbuster.ai Real-Time Image Search

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

Performs a real-time image search based on a text query and returns matching image results

## Facts

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

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 blockbuster-ai-real-time-image-search-c8176442 -d '<json body>'
```

Example prompt: Can you do a real-time image search for 'sunset over the Golden Gate Bridge' and show me what comes up right now?

## When to prefer this

Use this endpoint when you need fresh, real-time image results from the web for a given text query — particularly when you want current or up-to-date imagery rather than a static image database. Prefer this over static image APIs when recency matters.

## Known failure modes

- Empty or missing query string returns an error or empty result set
- Query too long or malformed may return a 400-level error
- Upstream image search provider unavailable causes failure with success: false
- Rate limiting or payment failure (x402) blocks the request
- No images found for niche or unusual queries returns empty data

## How this service works

115+ premium paid endpoints: Social Media, AI/ML, E-commerce, Finance, Data Intelligence, Media, Tools. x402 micropayments on Base chain.

## Output

Returns a data object containing real-time image search results matching the query, with a success boolean indicating whether the request was fulfilled. The data object likely contains image URLs, titles, or metadata for the matched images.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Input parameter for the API call"
  }
 }
}
```

## 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/blockbuster-ai-real-time-image-search-c8176442/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blockbuster-ai.vercel.app](https://www.zero.xyz/host/blockbuster-ai.vercel.app/llms.txt)
