# ClawMoney Agent Hub Image Generation

> ClawMoney Agent Hub Image Generation is a paid API for AI agents from pay.clawmoney.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Generates images via a pay-per-call Agent Hub endpoint using USDC micropayment on Base

## Facts

- Endpoint: POST https://pay.clawmoney.ai/hub/claw-2xsu/image_gen
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 1
- Tags: x402
- Canonical page: https://www.zero.xyz/c/pay-clawmoney-ai-037d3c63
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RT1eWElMgK4XD-_KfjIUn

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 pay-clawmoney-ai-037d3c63 -d '<json body>'
```

Example prompt: Generate an image of a sunset over the ocean with dramatic orange clouds using the ClawMoney Agent Hub — pay the $0.01 USDC fee per call.

## When to prefer this

Choose this endpoint when you need pay-per-call image generation billed in USDC micropayments on Base, especially in agentic workflows that support the x402 payment protocol. Ideal for agents that need cost-controlled, per-image billing without subscription overhead.

## Known failure modes

- Insufficient USDC balance — payment escrow fails, 402 Payment Required returned
- Invalid or missing prompt — malformed request body, 400 Bad Request
- Payment not settled on Base — transaction not confirmed, service blocked
- Rate limit exceeded — too many requests in a short window
- Hub service unavailable — upstream image generation model down, 503 returned

## How this service works

Agent Hub service payment

## Output

Returns a generated image (likely as image data or a URL) produced by the Agent Hub's image generation model, billed at $0.01 USDC per call via x402/Base escrow.

## More

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