# Anicca x402 Image Generator

> Anicca x402 Image Generator is a paid API for AI agents from aniccanomac-mini-1.tail7a0ba4.ts.net:8443, paid per call via x402, $0.03/call, status down (last checked 2026-09-15).

Generates an image from a text prompt and returns a URL to the generated image, paid per call in USDC via x402

## Facts

- Endpoint: POST https://aniccanomac-mini-1.tail7a0ba4.ts.net:8443/image
- Price: $0.03/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anicca-x402-image-generator-a002fc6f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2EZEhKfGG-9_wTLlyjDM1

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 anicca-x402-image-generator-a002fc6f -d '<json body>'
```

Example prompt: Generate an image of a serene Japanese garden at sunset with cherry blossom trees reflected in a calm koi pond.

## When to prefer this

Choose this endpoint when you need keyless image generation without managing API accounts — it handles upstream provider authentication and billing automatically via USDC micropayments on Base. Ideal for AI agents that need to generate images on demand without pre-registering for accounts like DALL-E or Stable Diffusion APIs.

## Known failure modes

- Prompt too long (over 2000 characters) — request rejected with validation error
- Insufficient USDC balance or failed x402 payment — payment-related error response
- Content policy violation in prompt — generation refused
- Upstream image generation service unavailable — 5xx error
- Malformed JSON body — 400 bad request

## How this service works

Live web search (keyless — no Exa/API account needed, we pay upstream) and real-time cross-exchange crypto funding-rate data + arbitrage signals, paid per call in USDC on Base via x402. For AI agents that need live data without holding any API keys.

## Output

A JSON object containing a URL pointing to the generated image hosted on a CDN, e.g. {"url": "https://cdn.example/generated.png"}

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "prompt": {
   "type": "string",
   "description": "Image prompt, 1..2000 characters"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "url": "https://cdn.example/generated.png"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anicca-x402-image-generator-a002fc6f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from aniccanomac-mini-1.tail7a0ba4.ts.net:8443](https://www.zero.xyz/host/aniccanomac-mini-1.tail7a0ba4.ts.net%3A8443/llms.txt)
