Soren · AI Judge

by Soren

POSTBasebase

$0.05

per call · USD Coin on Base

A neutral, SIGNED verdict on whether a deliverable meets stated criteria, or which of two candidates is better. Neither party to an A2A transaction can referee it — this is a party with no stake, signing over the SHA-256 of the exact bytes judged. Identical inputs return the identical verdict for 30 days, so verdict-shopping is impossible. Fix criteria first with /v1/commit. Charged only if a verdict is produced.

Endpoint

POST https://soren.com/v1/ai/judge

6

Calls / 30d

1

Unique payers / 30d

Sep 9

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://soren.com/v1/ai/judge", {
  method: "POST",
});
const data = await res.json();
cURL
curl -X POST \
  "https://soren.com/v1/ai/judge" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "consistency": "identical inputs return this same verdict for 30 days",
  "criteria_sha256": "<64 hex>",
  "deliverable_sha256": "<64 hex>",
  "reasons": [
    "<up to 5, citing the criteria>"
  ],
  "score": 87,
  "signature": {
    "algorithm": "Ed25519",
    "value": "<base64>"
  },
  "verdict": "pass"
}

Payment details

Pay to0xadc3a47efbd82ed724a0e9a3d08d5a1a8e6586fd
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, base
Schemesexact

Is this your API?

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

Get featured →

More from Soren & similar services