G

Geo Audit Full · GEO Audit

by Geo Audit Full

POSTBase Sepolia

$0.01

per call · USDC on Base Sepolia

Deterministic full GEO audit for a public HTTP(S) URL.

Endpoint

POST https://agent-business-lab-seller-b.dfly90724.workers.dev/api/geo-audit

4

Calls / 30d

1

Unique payers / 30d

Aug 17

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://agent-business-lab-seller-b.dfly90724.workers.dev/api/geo-audit", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "url": "https://example.com/"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://agent-business-lab-seller-b.dfly90724.workers.dev/api/geo-audit" \
  -H "Content-Type: application/json" \
  -d '{"url":"https://example.com/"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "checks": {},
  "issues": [],
  "metadata": {
    "auditedAt": "2026-01-01T00:00:00.000Z",
    "durationMs": 0,
    "version": "0.1.0"
  },
  "recommendations": [],
  "score": 37,
  "url": "https://example.com/"
}

Payment details

Pay to0x4a8ad2e79533d7314710668e05c7bc421c18e6fc
AssetUSDC · 0x036cbd53842c5426634e7929541ec2318f3dcf7e
NetworksBase Sepolia
Schemesexact

Is this your API?

Pin it to the top of Search & Web and the homepage with a featured placement.

Get featured →

More from Geo Audit Full & similar services