# cc0.company Monet Generator

> cc0.company Monet Generator is a paid API for AI agents from cc0.company, paid per call via x402, $0.069/call, status unknown (last checked 2026-09-14).

Generates French impressionist paintings in Claude Monet's style — water lilies, haystacks, cathedrals, Giverny gardens — fine-tuned on archival public-domain works, returning a CC0-licensed image via async job polling.

## Facts

- Endpoint: POST https://cc0.company/api/store/agent-services/monet-gen/invoke
- Price: $0.069/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/cc0-company-monet-generator-f06f915c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_x-Deyk7ht-Q0RjKcMRqbN

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 cc0-company-monet-generator-f06f915c -d '<json body>'
```

Example prompt: Paint me a Monet-style impressionist scene of water lilies at dawn with soft pink and gold light reflecting on a pond — I need the output to be CC0 so I can use it commercially.

## When to prefer this

Choose this endpoint when you specifically need a Claude Monet impressionist-style image — water lilies, haystacks, cathedrals, or Giverny garden scenes — with a guaranteed CC0 public-domain license suitable for commercial reuse without attribution. Prefer it over generic image generators when the user needs legally clear public-domain art or when the Monet aesthetic (broken color, soft natural light, plein-air subjects) is explicitly required.

## Known failure modes

- Payment not processed — x402 payment required before generation begins
- Invalid or missing prompt — returns error if no subject is provided
- Job polling timeout — async job may take longer than expected or fail silently
- Model overload — service may return 503 if generation queue is full
- Unsupported style parameters — prompt may not align with fine-tuned Monet subject matter

## How this service works

Monet Generator — French impressionist paintings in the Monet style. Water lilies, haystacks, Rouen Cathedral, gardens at Giverny, soft natural light and broken color. Fine-tuned on Art Institute of Chicago archival public-domain works. Output is public-domain (CC0). Async: returns a job_id to poll.

## Output

Returns a job_id immediately upon invocation. The agent must poll the job endpoint using that job_id until the image generation is complete, at which point it receives a URL or binary payload of the CC0-licensed impressionist painting rendered in Claude Monet's style.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "prompt": {
   "type": "string",
   "description": "Text prompt describing the scene. Match the monet-gen caption register — see https://cc0.company/skill/monet-gen.md for canonical templates. Max 1000 characters."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cc0-company-monet-generator-f06f915c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from cc0.company](https://www.zero.xyz/host/cc0.company/llms.txt)
