C

ClearCheck · Classify

by ClearCheck

GETBaseSolanaArbitrumPolygon

$0.01

per call · USD Coin on Base

Sort text into one of your own labels, with a confidence and a one-line reason. You supply the labels.

Endpoint

GET https://loonie-toll.onrender.com/classify

2

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://loonie-toll.onrender.com/classify", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://loonie-toll.onrender.com/classify?labels=billing%2Ctechnical%2Csales%2Cspam&text=My+card+was+charged+twice+for+the+same+order+last+Tuesday." \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "candidates": [
    "billing",
    "technical",
    "…2 more"
  ],
  "confidence": 0.97,
  "disclaimer": "Generated by a small local language model. Advisory only — it can be wrong, and it is not a substitute for review on anything consequential.",
  "label": "billing",
  "model": "openai/gpt-oss-120b",
  "reason": "User reports a duplicate charge on their card, which is a billing issue.",
  "source": "local model",
  "verdict": "CLASSIFIED"
}

Payment details

Pay to0xb531320805c5bed1d46aeadcf4f008fdf172dbda
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana, Arbitrum, Polygon
Schemesexact

Is this your API?

Pin it to the top of Other and the homepage with a featured placement.

Get featured →

More from ClearCheck & similar services