G

Guildpilot Evidence · Extract

by Guildpilot Evidence

POSTBase Sepoliasolana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1

$0.02

per call · USDC on Base Sepolia

Extract a public web page into timestamped, normalized evidence.

Endpoint

POST https://evidence.guildpilot.app/v1/extract

6

Calls / 30d

3

Unique payers / 30d

Aug 31

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://evidence.guildpilot.app/v1/extract", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "url": "https://example.com"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://evidence.guildpilot.app/v1/extract" \
  -H "Content-Type: application/json" \
  -d '{"url":"https://example.com"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "ledger": {
    "billingStatus": "paid",
    "operation": "extract"
  },
  "snapshot": {
    "finalUrl": "https://example.com/",
    "id": "0192f0d7-2cc6-7f29-b9ab-38ecdd925f91",
    "sha256": "64-character SHA-256 digest",
    "statusCode": 200,
    "text": "Example Domain",
    "title": "Example Domain"
  }
}

Payment details

Pay to0xef944b43abcdac77c8fbdf270b49e65025c9347b
AssetUSDC · 0x036cbd53842c5426634e7929541ec2318f3dcf7e
NetworksBase Sepolia, solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1
Schemesexact

Is this your API?

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

Get featured →

More from Guildpilot Evidence & similar services