# GGWP AI Image Generation

> GGWP AI Image Generation is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-14).

Generates AI images via a pay-per-call API endpoint using the x402 protocol on Base chain

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/ai-image
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-ai-image-generation-00361e5f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Me0F-DTduskCNGaai10Xs

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 ggwp-ai-image-generation-00361e5f -d '<json body>'
```

Example prompt: Generate an AI image of a futuristic cyberpunk city at night with neon lights reflecting on wet streets — use the GGWP API Hub image endpoint and pay the $0.25 USDC fee via x402 on Base.

## When to prefer this

Choose this endpoint when you need on-demand AI image generation with micropayment billing via the x402 protocol on Base chain, particularly in agentic workflows where pay-per-call crypto payments are preferred over subscription models.

## Known failure modes

- Payment not received or x402 payment header missing — returns 402 Payment Required
- Invalid or malformed input payload — returns 400 Bad Request
- Image generation service unavailable or overloaded — returns 503 or timeout
- Insufficient USDC balance on Base chain for the $0.25 per-call fee
- Empty or missing prompt resulting in a generic or failed generation

## How this service works

All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.

## Output

Returns a result object containing image data (likely a URL, base64 string, or binary blob) representing the AI-generated image based on the input prompt and parameters.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ggwp-ai-image-generation-00361e5f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ggwp-ten.vercel.app](https://www.zero.xyz/host/ggwp-ten.vercel.app/llms.txt)
