# Blockbuster.ai AI Text-to-Image Generation

> Blockbuster.ai AI Text-to-Image Generation is a paid API for AI agents from blockbuster-ai.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-13).

Generates images from text prompts using AI, returning image data via a paid API endpoint with x402 micropayments on Base chain.

## Facts

- Endpoint: POST https://blockbuster-ai.vercel.app/api/ai-text-to-image
- Price: $0.15/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-text-to-image-generation-a2c79d69
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sQl0imZuiaFOpQfz6J1gP

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-text-to-image-generation-a2c79d69 -d '<json body>'
```

Example prompt: Generate an AI image of a futuristic cityscape at sunset with neon lights reflecting on wet streets, cyberpunk style.

## When to prefer this

Choose this endpoint when you need AI-generated images from text descriptions and are operating in an x402 micropayment-enabled environment on Base chain, paying $0.15 USDC per image. Suitable for one-off creative image generation tasks where a per-call payment model is acceptable.

## Known failure modes

- Payment not provided or insufficient USDC balance — 402 Payment Required response
- Vague or empty query string resulting in poor or failed image generation
- Rate limiting or server overload returning 429 or 500 errors
- Prompt violates content policy resulting in rejection
- Invalid input schema causing 400 Bad Request

## 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 containing a 'success' boolean and a 'data' object with the generated image data (likely a URL or base64-encoded image) produced from the input text prompt.

## 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-text-to-image-generation-a2c79d69/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)
