cc0
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.
69000 (raw units)
price
5
calls / 30d
1
unique payers
2026-09-14
updated
Provider
cc0.company · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x14849AfA040eDeee524a40c52b877fe1B6E6c2c5",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "69000",
"maxTimeoutSeconds": 3600
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {
"prompt": "a sartoshi toon 1/1 drawing of a mfer shrugging at a red candlestick chart"
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"job_id": "agentservicejob_xxxxxxxx",
"message": "Generation started. Poll the job_id until status is 'succeeded'.",
"poll_url": "https://cc0.company/api/store/agent-services/jobs/agentservicejob_xxxxxxxx",
"status": "processing",
"success": true
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"prompt": {
"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.",
"type": "string"
}
},
"required": [
"prompt"
]
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://cc0.company/api/store/agent-services/sartoshi-gen/invoke" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://cc0.company/api/store/agent-services/sartoshi-gen/invoke");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://cc0.company/api/store/agent-services/sartoshi-gen/invoke")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/13156.json, and this resource appears in /discovery/resources and /discovery/search.