Before an AI agent trusts or pays a public API, inspect its public machine-readable eviden
Before an AI agent trusts or pays a public API, inspect its public machine-readable evidence and x402 readiness. Submit a public HTTPS domain to check its agent card, OpenAPI, robots policy, and settlement-aware x402 signals, or submit a Base address for public onchain evidence. Returns a timestamped JSON report; not a security or compliance audit.
10000 (raw units)
price
9
calls / 30d
4
unique payers
2026-09-17
updated
Provider
proof.platoskallipolis.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x3A24CC8394358B1e1b61900A73e27b1eA8482e48",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "10000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {
"query": "platoskallipolis.com"
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"confidence": 0.85,
"findings": [],
"signals": [],
"targetType": "domain",
"verdict": "verified",
"x402Readiness": {
"level": "settlement-verified",
"paymentAttempted": true,
"settlement": "verified",
"status": "ready"
}
},
"type": "json"
}
},
"schema": {
"properties": {
"input": {
"properties": {
"body": {
"properties": {
"query": {
"description": "Public HTTPS domain or Base address",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
},
"bodyType": {
"const": "json",
"type": "string"
},
"method": {
"const": "POST",
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"confidence": {
"maximum": 1,
"minimum": 0,
"type": "number"
},
"findings": {
"items": {
"type": "object"
},
"type": "array"
},
"signals": {
"items": {
"type": "object"
},
"type": "array"
},
"targetType": {
"enum": [
"domain",
"base-address"
],
"type": "string"
},
"verdict": {
"type": "string"
},
"x402Readiness": {
"properties": {
"level": {
"enum": [
"settlement-verified",
"challenge-ready",
"discovery-ready",
"not-ready",
"unknown",
"not-applicable"
],
"type": "string"
},
"paymentAttempted": {
"type": "boolean"
},
"settlement": {
"enum": [
"not-tested",
"verified"
],
"type": "string"
},
"status": {
"enum": [
"ready",
"partial",
"not-ready",
"unknown",
"not-applicable"
],
"type": "string"
}
},
"required": [
"status",
"level",
"paymentAttempted",
"settlement"
],
"type": "object"
}
},
"type": "object"
},
"type": {
"const": "json",
"type": "string"
}
},
"required": [
"type",
"example"
],
"type": "object"
}
},
"required": [
"input",
"output"
],
"type": "object"
}
}
}Use it
curl
curl "https://proof.platoskallipolis.com/api/v1/quick-resolve" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://proof.platoskallipolis.com/api/v1/quick-resolve");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://proof.platoskallipolis.com/api/v1/quick-resolve")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/7715.json, and this resource appears in /discovery/resources and /discovery/search.