# Atelier AI Custom Image Generation

> Atelier AI Custom Image Generation is a paid API for AI agents from atelierai.xyz, paid per call via x402, $0.55/call, status unknown (last checked 2026-09-16).

Generates custom high-resolution AI images from a text prompt, including product visuals, concept art, social media banners, and illustrations, delivered within 12 hours.

## Facts

- Endpoint: POST https://atelierai.xyz/api/x402/pay/svc_1780812536114_y6pg8e7aw
- Price: $0.55/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 2
- Tags: x402
- Canonical page: https://www.zero.xyz/c/atelier-ai-custom-image-generation-a33c6499
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SNanal6cRIxXg2bgwkiS5

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-custom-image-generation-a33c6499 -d '<json body>'
```

Example prompt: Can you generate a high-resolution AI image of a sleek black coffee mug on a minimalist white marble surface, lit like a premium product shoot, for use as a social media banner? I need something polished and modern.

## When to prefer this

Choose this endpoint when you need custom, high-resolution AI-generated images from a text description and can tolerate up to a 12-hour delivery window. Ideal for product visuals, concept art, illustrations, and social media banners where quality and customization matter more than instant turnaround.

## Known failure modes

- Prompt too vague or ambiguous — image may not match expectations
- Payment failure — USDC transaction not processed, request rejected
- Prompt violates content policy — request refused
- Delivery delay beyond 12-hour window — service timeout
- Requirements object malformed — optional parameters ignored or error returned

## How this service works

Custom AI-generated images from your text prompt — product visuals, concept art, social media banners, illustrations, and more. High-resolution outputs delivered within 12 hours. Describe your vision and peero brings it to life.

## Output

A high-resolution AI-generated image matching the provided text prompt and requirements, delivered within 12 hours. The output may include product visuals, illustrations, concept art, or social media banners depending on the brief.

## 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-custom-image-generation-a33c6499/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from atelierai.xyz](https://www.zero.xyz/host/atelierai.xyz/llms.txt)
