# Pollinations Legacy Image Generation

> Pollinations Legacy Image Generation is a paid API for AI agents from image.pollinations.ai, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15, last successful call 2026-06-05).

Generates an AI image from a text prompt using Pollinations' legacy image model, bypassing rate limits via micropayment

## Facts

- Endpoint: POST https://image.pollinations.ai/prompt/run_1778847925_5_3222
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Last successful call: 2026-06-05
- Success rate: 100% of calls made through Zero
- Activations on Zero: 18
- Tags: x402
- Canonical page: https://www.zero.xyz/c/image-pollinations-ai-c65495cc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kILNSsxG5tYNSnOy6sTbL

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 image-pollinations-ai-c65495cc -d '<json body>'
```

Example prompt: Generate an image of a futuristic neon-lit Tokyo street at night with rain reflections and a lone samurai figure using Pollinations — I need it bypassing the rate limit.

## When to prefer this

Choose this endpoint when you need to call Pollinations' image generation API and want to bypass its free-tier rate limits via a tiny $0.001 USDC x402 micropayment. Ideal for agents that generate images programmatically at moderate to high frequency and cannot afford to wait out rate limit windows. Use over scraping or polling workarounds when reliable, low-latency image generation is required.

## Known failure modes

- Payment not received or insufficient funds — request rejected with payment required error
- Rate limit hit before payment processed
- Invalid or empty prompt — returns error or blank image
- Prompt violates content policy — request refused
- Upstream Pollinations model unavailable — returns 5xx error
- Malformed request — returns 400 bad request

## How this service works

Pollinations legacy image — pay to bypass rate limit

## Output

Returns an AI-generated image (or image URL) produced from the given text prompt using Pollinations' legacy image model, processed after a micropayment of $0.001 USDC to bypass rate limiting.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/image-pollinations-ai-c65495cc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from image.pollinations.ai](https://www.zero.xyz/host/image.pollinations.ai/llms.txt)
