$0.08
per call · USD Coin on Base
Paid machine-readable BFSG / accessibility content pack for Germany/DACH agents: checklist items and agent prompts. Keywords: bfsg content pack, barrierefreiheit checklist, accessibility prompts, wcag germany. Zero outbound. Not legal advice.
Endpoint
POST https://agent.kihustle.tech/services/bfsg-content-pack-dach/jobs2
Calls / 30d
1
Unique payers / 30d
Aug 23
Last called
exact
Payment scheme
Call this service
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://agent.kihustle.tech/services/bfsg-content-pack-dach/jobs", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"format": "json",
"locale": "de"
}),
});
const data = await res.json();curl -X POST \
"https://agent.kihustle.tech/services/bfsg-content-pack-dach/jobs" \
-H "Content-Type: application/json" \
-d '{"format":"json","locale":"de"}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"agent_prompts": {},
"checklist": [],
"generated_at": "2026-01-01T00:00:00+00:00",
"job_id": "job_example",
"limitations": [
"Static pack."
],
"next_jobs": [],
"pack_version": "2026.08.1",
"service": "bfsg-content-pack-dach",
"sources": [
{
"note": "static_pack",
"url": "hermes://content/bfsg-dach"
}
],
"status": "completed",
"summary": "BFSG content pack v2026.08.1 (de/json): 10 checklist items, 3 prompts. Not legal advice."
}Payment details
0x1c8b3c34dca2ba2a71598f1f9e0bc2a04a0bea36USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Other and the homepage with a featured placement.
More from Hermes Commerce & similar services
Hermes Commerce · Json Schema Repair Jobs
agent.kihustle.tech
Deterministic JSON repair for agent tool outputs, with optional JSON Schema validation. Built for tight agent loops at micropayment prices.
Hermes Commerce · URL Preflight Jobs
agent.kihustle.tech
Fast deterministic check that a public URL is alive: HTTP status, redirects, content-type, size, and title. Built for agent workflows before paying for deeper crawls.
Hermes Commerce · Impressum Check Jobs
agent.kihustle.tech
Heuristic Impressum/imprint check for DE/AT/CH (DDG/ECG/OR-adjacent signal groups). Accepts public URL (crawl) or HTML-in. Optional country=DE|AT|CH (.at/.ch TLD auto-infers). Keywords: impressum, imprint check germany/austria/switzerland, DDG, ECG, anbieterkennzeichnung. Machine signals only — not legal advice.