A

AegisAI · Verify

by AegisAI

POSTBase Sepolia

$0.01

per call · USDC on Base Sepolia

AegisAI risk verification

Endpoint

POST https://aegis-api.kadopi.workers.dev/v1/verify

3

Calls / 30d

2

Unique payers / 30d

Sep 2

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://aegis-api.kadopi.workers.dev/v1/verify", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "content": "Text to assess before an external action."
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://aegis-api.kadopi.workers.dev/v1/verify" \
  -H "Content-Type: application/json" \
  -d '{"content":"Text to assess before an external action."}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "confidence": 0.9,
  "recommendedAction": "proceed",
  "riskScore": 0.08,
  "schemaVersion": "1.0",
  "verdict": "proceed",
  "verificationId": "ver_example"
}

Payment details

Pay to0x6171d238fd82c293a39ced6df72a330532d00d76
AssetUSDC · 0x036cbd53842c5426634e7929541ec2318f3dcf7e
NetworksBase Sepolia
Schemesexact

Is this your API?

Pin it to the top of Data & Enrichment and the homepage with a featured placement.

Get featured →

More from AegisAI & similar services