# Sartoshi Generator — mfer-style CC0 Art

> Sartoshi Generator — mfer-style CC0 Art 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 a single 1/1 hand-drawn mfer-style artwork in sartoshi's naive doodle style, returning a job_id for async polling

## Facts

- Endpoint: POST https://cc0.company/api/store/agent-services/sartoshi-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/sartoshi-generator-mfer-style-cc0-art-c343017b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uyGgVCuL0Dwd_jdWPGHJQ

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 sartoshi-generator-mfer-style-cc0-art-c343017b -d '<json body>'
```

Example prompt: Generate a sartoshi-style mfer doodle — hand-drawn wobbly ink lines, naive doodle aesthetic — of a character wearing a beanie and smoking a cigarette, and give me the job ID so I can check on it.

## When to prefer this

Choose this endpoint when you specifically need hand-drawn mfer/sartoshi-style art with that distinctive naive doodle aesthetic (thin wobbly ink lines), and require a CC0/public-domain license on the output. Prefer it over generic image generators when the target aesthetic is the sartoshi mfer look, or when downstream use requires unrestricted CC0 licensing. The async job_id pattern suits workflows that can tolerate latency.

## Known failure modes

- Payment not settled — x402 payment of 0.069 USDC on Base must succeed before generation starts
- Job not yet complete — polling required; image not immediately available
- Invalid or missing prompt — generation may fail or produce unexpected output
- Rate limit or capacity issue — service may queue or reject during high load
- Network or provider error — the fine-tuned model backend may be temporarily unavailable

## How this service works

cc0.company — x402 agent-services marketplace on Base (USDC): CC0 image generation, market-data digests, and third-party agent tools. This endpoint: Sartoshi Generator, Generate 1/1 hand-drawn mfer art in the style of sartoshi (CC0). Thin wobbly ink lines, naive doodle style. Fine-tuned by cc0toshi on a public-domain corpus. CC0 output. Async — returns a job_id to poll.

## Output

An async job_id that the caller must poll to retrieve the completed CC0-licensed hand-drawn mfer-style image. The final result is a sartoshi-style 1/1 artwork with thin wobbly ink lines and a naive doodle aesthetic, licensed as CC0 (public domain).

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sartoshi-generator-mfer-style-cc0-art-c343017b/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)
