SERVICE / DETAILother

SchemaSure

POST schemasure.com/v2/extract

SONAR SCORE0.000
LIVE PRICE0.010000
BAZAAR LIVE
CDP INDEXEDno
DECISION EVIDENCE

Why an agent can trust this route.

No recent observations
HANDSHAKE SUCCESS0.0%402 challenge reachable
PAID DELIVERY0.0%settlement observed
P90 LATENCYrecent response window
PRICE DRIFTadvertised vs observed

Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.

SONAR PROBE HISTORY / 30D

Observed outcomes

JSON ↗
No probe history yet.
LIVE ENDPOINT METADATA

Extract strict, JSON-Schema-valid typed JSON from unstructured text or HTML. Failed extraction calls are not settled. Primary x402 V2 API for production agents.

Resource: schemasure.com/v2/extract

Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0x9876af0F6D8Ed5155Cd02d1ca56D128601612690

Payment methods: · Last validation:

{
  "input": {
    "body": {
      "input": "Invoice #A-1042 — Acme Corp. Total due: $1,299.00 USD on 2026-08-01.",
      "schema": {
        "type": "object",
        "required": [
          "invoiceNumber",
          "total",
          "currency",
          "dueDate"
        ],
        "properties": {
          "total": {
            "type": "number"
          },
          "dueDate": {
            "type": "string",
            "format": "date"
          },
          "currency": {
            "enum": [
              "USD",
              "EUR",
              "GBP"
            ],
            "type": "string"
          },
          "invoiceNumber": {
            "type": "string"
          }
        },
        "additionalProperties": false
      }
    },
    "type": "http",
    "method": "POST",
    "bodyType": "json"
  },
  "output": {
    "type": "json",
    "example": {
      "data": {
        "total": 1299,
        "dueDate": "2026-08-01",
        "currency": "USD",
        "invoiceNumber": "A-1042"
      },
      "meta": {
        "repairs": 0,
        "latencyMs": 640,
        "validated": true
      }
    }
  },
  "paymentRequirements": [
    {
      "raw": {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x9876af0F6D8Ed5155Cd02d1ca56D128601612690",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 60
      },
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "payTo": "0x9876af0F6D8Ed5155Cd02d1ca56D128601612690",
      "scheme": "exact",
      "network": "eip155:8453",
      "amountAtomic": "10000"
    }
  ]
}
METADATA PROVENANCE

Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.