D

DCL Evaluator · Evaluate Safety

by DCL Evaluator

POSTBase

$0.01

per call · USD Coin on Base

Baseline safety screening for harmful, unsafe, or policy-violating agent outputs.

Endpoint

POST https://bazaar.fronesislabs.com/evaluate/safety

5

Calls / 30d

1

Unique payers / 30d

Sep 10

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://bazaar.fronesislabs.com/evaluate/safety", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "agent_id": "agent-123",
    "response": "example agent output"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://bazaar.fronesislabs.com/evaluate/safety" \
  -H "Content-Type: application/json" \
  -d '{"agent_id":"agent-123","response":"example agent output"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "chain_index": 42,
  "confidence": 0.95,
  "reason": "All policy checks passed",
  "tx_hash": "0xabc123...",
  "verdict": "COMMIT"
}

Payment details

Pay to0xb790ed3796194e5511c44411cf045f67e069cdc0
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 DCL Evaluator & similar services