{
  "x402Version": 1,
  "name": "Peek API",
  "description": "Link-preview metadata and page-to-markdown for any URL. Fast, keyless, pay-per-call in USDC on Base.",
  "resources": [
    {
      "resource": "https://smeltworks.com/peek/v1/preview?url={url}",
      "type": "http",
      "method": "GET",
      "accepts": [
        {
          "scheme": "exact",
          "network": "base",
          "maxAmountRequired": "1000",
          "resource": "https://smeltworks.com/peek/v1/preview",
          "description": "Link-preview metadata (OpenGraph/Twitter/oEmbed/favicon) for any URL as clean JSON",
          "mimeType": "application/json",
          "payTo": "0x06B94268543feD36dEB997f03A0251FCF4731C47",
          "maxTimeoutSeconds": 300,
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "description": "Link-preview metadata (OpenGraph/Twitter/oEmbed/favicon) for any URL as clean JSON",
      "priceUSD": 0.001,
      "freeTier": "50 requests/day per IP"
    },
    {
      "resource": "https://smeltworks.com/peek/v1/markdown?url={url}",
      "type": "http",
      "method": "GET",
      "accepts": [
        {
          "scheme": "exact",
          "network": "base",
          "maxAmountRequired": "2000",
          "resource": "https://smeltworks.com/peek/v1/markdown",
          "description": "Any web page fetched and converted to clean markdown (main content, links preserved)",
          "mimeType": "application/json",
          "payTo": "0x06B94268543feD36dEB997f03A0251FCF4731C47",
          "maxTimeoutSeconds": 300,
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "description": "Any web page fetched and converted to clean markdown (main content, links preserved)",
      "priceUSD": 0.002,
      "freeTier": "50 requests/day per IP"
    }
  ]
}