# Blockbuster.ai AI Overviews

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

Generates AI-powered overview summaries for a given query, returning synthesized information in a structured format.

## Facts

- Endpoint: POST https://blockbuster-ai.vercel.app/api/ai-overviews
- Price: $0.1/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-ai-overviews-4a7b7837
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yKzhS9C3ZKFZejhlRWUc4

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-ai-overviews-4a7b7837 -d '<json body>'
```

Example prompt: Can you generate an AI overview for the query 'best practices for remote team management' — I need a synthesized summary of the topic?

## When to prefer this

Choose this endpoint when you need an AI-generated, synthesized overview or summary for a specific query — similar to Google AI Overviews — and want to pay per call via x402 micropayments on Base chain without a subscription.

## Known failure modes

- Empty or missing query parameter returns an error
- Query too vague may produce low-quality overview
- Service unavailability returns a non-200 response
- Payment failure via x402 micropayment blocks access
- Rate limiting may occur for high-volume usage

## 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 JSON object with a success boolean and a data object containing the AI-generated overview or summary for the provided query.

## 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-ai-overviews-4a7b7837/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)
