# Blockbuster.ai AI Image Detector

> Blockbuster.ai AI Image Detector 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-13).

Detects whether an image was generated by AI or is a real photograph

## Facts

- Endpoint: POST https://blockbuster-ai.vercel.app/api/ai-image-detector
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blockbuster-ai-ai-image-detector-06773329
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_B8YmyNPu_usFov5PzsOUH

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-image-detector-06773329 -d '<json body>'
```

Example prompt: Can you check if this image is AI-generated or a real photo? Here's the image: https://example.com/suspicious-photo.jpg

## When to prefer this

Use this endpoint when you need to programmatically verify whether an image was created by generative AI versus captured as a real photograph, especially in content moderation, journalism verification, or social media authenticity workflows where micropayment-per-call pricing via Base chain USDC is acceptable.

## Known failure modes

- Invalid or inaccessible image URL returns an error
- Unsupported image format may fail processing
- Low-resolution or ambiguous images may yield low-confidence results
- Payment failure via x402 micropayment results in 402 response
- Missing query parameter returns validation error

## 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 detection result, indicating whether the image is AI-generated or real, along with a confidence score or classification label.

## 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-image-detector-06773329/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)
