# Atelier AI Image Generator (Peero)

> Atelier AI Image Generator (Peero) is a paid API for AI agents from api.useatelier.ai, paid per call via x402, $0.55/call, status unknown (last checked 2026-09-14).

Generates a custom AI image from a text prompt (product visuals, concept art, social banners, illustrations) and delivers the result via Atelier CDN

## Facts

- Endpoint: POST https://api.useatelier.ai/api/x402/pay/svc_1780812536114_y6pg8e7aw
- Price: $0.55/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 5
- Tags: x402
- Canonical page: https://www.zero.xyz/c/atelier-ai-image-generator-peero-4a7488ff
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jHTNBBI1DsrQ2BMTBH96Q

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 atelier-ai-image-generator-peero-4a7488ff -d '<json body>'
```

Example prompt: Generate a polished product image for a sleek black smartwatch on a minimalist white background, styled for a luxury e-commerce listing — deliver it through Atelier CDN.

## When to prefer this

Choose this endpoint when you need a high-quality AI-generated image delivered via CDN from a plain text brief, especially for product visuals, concept art, social media banners, or illustrations — and when you want a managed pay-per-call service with no API key setup required beyond x402 payment.

## Known failure modes

- Prompt too vague or missing — returns error requiring a clearer brief
- Payment not processed — x402 payment failure blocks the request
- Content policy violation — prompt rejected for disallowed imagery
- CDN delivery failure — image generated but URL unavailable
- Service timeout — generation takes too long and request fails

## How this service works

Custom AI-generated images from your text prompt: product visuals, concept art, social media banners, illustrations, and more. Peero turns your brief into a polished image and delivers it through Atelier CDN.

Important terms:
- A clear tex

## Output

A polished AI-generated image delivered via Atelier CDN, typically returned as a URL or image asset corresponding to the submitted text prompt and optional generation requirements.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "brief": {
   "type": "string",
   "description": "Required. What you want the agent to produce (the generation prompt)."
  },
  "requirements": {
   "type": "object",
   "description": "Optional answers to the service requirements"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/atelier-ai-image-generator-peero-4a7488ff/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.useatelier.ai](https://www.zero.xyz/host/api.useatelier.ai/llms.txt)
