# CC0 Image Generation (cc0.company)

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

Generates a CC0-licensed image from a fine-tuned model via an async job, returning a job_id to poll for results.

## Facts

- Endpoint: POST https://cc0.company/api/store/agent-services/:slug/invoke
- Price: $0.069/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/cc0-image-generation-cc0-company-babd7d63
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3j5-2C7TeLbqfGghI0-_7

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-image-generation-cc0-company-babd7d63 -d '<json body>'
```

Example prompt: Generate a CC0-licensed image of a sunset over mountains using the cc0.company fine-tuned model — I need something fully public domain with no attribution required.

## When to prefer this

Choose this endpoint when you need to generate an image that is explicitly CC0-licensed (public domain, no attribution required) using a fine-tuned model, especially when downstream commercial or unrestricted use is required. Prefer over standard image generation APIs when licensing clarity is the primary requirement.

## Known failure modes

- Invalid or unknown slug returns 404 not found
- Payment failure (insufficient USDC balance) returns payment required error
- Model generation timeout causes job to fail on polling
- Malformed prompt causes job creation error
- Polling returns pending status indefinitely if job queue is overloaded

## How this service works

Generate a CC0-licensed image from a fine-tuned model. Async — returns a job_id to poll.

## Output

An async job_id that the agent can poll to retrieve the completed CC0-licensed image generated by the fine-tuned model.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cc0-image-generation-cc0-company-babd7d63/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)
