C

Cc0 · Darkfarms GEN Invoke

by Cc0

POSTBase

$0.069

per call · USD Coin on Base

cc0.company — x402 agent-services marketplace on Base (USDC): CC0 image generation, market-data digests, and third-party agent tools. This endpoint: DAILYSMOL — Darkfarms1 Generator, Generate crypto Pepe meme art in the style of Darkfarms1 (CC0). Fine-tuned by cc0toshi on a public-domain corpus. CC0 output. Async — returns a job_id to poll.

Endpoint

POST https://cc0.company/api/store/agent-services/darkfarms-gen/invoke

2

Calls / 30d

1

Unique payers / 30d

Sep 5

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://cc0.company/api/store/agent-services/darkfarms-gen/invoke", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "prompt": "a darkfarms pepe artwork — smol pepe staring at a chart, crypto meme art style"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://cc0.company/api/store/agent-services/darkfarms-gen/invoke" \
  -H "Content-Type: application/json" \
  -d '{"prompt":"a darkfarms pepe artwork — smol pepe staring at a chart, crypto meme art style"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "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
}

Payment details

Pay to0x14849afa040edeee524a40c52b877fe1b6e6c2c5
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of AI & Inference and the homepage with a featured placement.

Get featured →

More from Cc0 & similar services