{
  "format": "delx/intent-card/v1",
  "id": "url-health-api",
  "intent": "check URL status latency and reachability",
  "title": "Check URL health before relying on it",
  "description": "Probe one public HTTP(S) URL and return status, latency and safe response headers for $0.001.",
  "keywords": [
    "URL health API",
    "HTTP status check",
    "endpoint reachability",
    "website uptime probe",
    "x402 utility"
  ],
  "updated_at": "2026-08-01",
  "canonical_url": "https://commerce.delx.ai/intents/url-health-api",
  "machine_url": "https://commerce.delx.ai/intents/url-health-api.json",
  "recommendation": {
    "tool_name": "util_url_health",
    "service_name": "Delx Url Health",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/url-health",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "url": {
          "type": "string",
          "description": "URL to check (must start with http:// or https://)"
        },
        "timeout": {
          "type": "integer",
          "description": "Timeout in seconds (1-10)",
          "default": 5,
          "minimum": 1,
          "maximum": 10
        }
      },
      "required": [
        "url"
      ]
    },
    "example_input": {},
    "example_output": {},
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/url-health -m POST -H 'x-delx-source: intent-card-url-health-api' --max-amount 0.001 -b '{}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-url-health-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/url-health"
  }
}
