{
  "format": "delx/intent-card/v1",
  "id": "x402-resource-summary-api",
  "intent": "inspect an x402 resource before paying",
  "title": "Inspect an x402 resource before paying",
  "description": "Read a payable resource's payment metadata, schema and pricing signals for $0.001 before sending a payment.",
  "keywords": [
    "x402 resource summary",
    "payment resource inspection",
    "x402 metadata API",
    "agent payment discovery",
    "402 API check"
  ],
  "updated_at": "2026-08-01",
  "canonical_url": "https://commerce.delx.ai/intents/x402-resource-summary-api",
  "machine_url": "https://commerce.delx.ai/intents/x402-resource-summary-api.json",
  "recommendation": {
    "tool_name": "util_x402_resource_summary",
    "service_name": "Delx X402 Resource Summary",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/resource-summary",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "url": {
          "type": "string",
          "description": "x402 server origin"
        },
        "timeout": {
          "type": "integer",
          "description": "Timeout in seconds (1-15)",
          "default": 8,
          "minimum": 1,
          "maximum": 15
        }
      },
      "required": [
        "url"
      ]
    },
    "example_input": {
      "url": "https://api.delx.ai"
    },
    "example_output": {
      "tool_name": "util_x402_resource_summary",
      "result": {
        "status": 200,
        "resource_count": 20,
        "networks": [
          "base"
        ],
        "resources": [
          {
            "tool_name": "util_page_extract",
            "resource": "https://api.delx.ai/api/v1/x402/page-extract",
            "networks": [
              "base"
            ]
          }
        ]
      }
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/resource-summary -m POST -H 'x-delx-source: intent-card-x402-resource-summary-api' --max-amount 0.001 -b '{\"url\":\"https://api.delx.ai\"}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-x402-resource-summary-api"
  },
  "evidence": {
    "paid_openapi": "https://api.delx.ai/openapi.x402.json",
    "governed_portfolio": "https://api.delx.ai/x402-portfolio.json",
    "live_contract": "https://api.delx.ai/api/v1/x402/resource-summary"
  }
}
