{
  "format": "delx/intent-card/v1",
  "id": "api-health-check-api",
  "intent": "check whether an API endpoint is healthy",
  "title": "API health check for one tenth of a cent",
  "description": "Probe an HTTP endpoint and receive a structured health report for $0.001 without an account or API key.",
  "keywords": [
    "API health check",
    "endpoint monitor API",
    "HTTP health report",
    "agent reliability check"
  ],
  "updated_at": "2026-07-30",
  "canonical_url": "https://commerce.delx.ai/intents/api-health-check-api",
  "machine_url": "https://commerce.delx.ai/intents/api-health-check-api.json",
  "recommendation": {
    "tool_name": "util_api_health_report",
    "service_name": "Delx Api Health Report",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/api-health-report",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "url": {
          "type": "string",
          "description": "URL to probe"
        },
        "timeout": {
          "type": "integer",
          "description": "Timeout in seconds (1-15)",
          "default": 8,
          "minimum": 1,
          "maximum": 15
        }
      },
      "required": [
        "url"
      ]
    },
    "example_input": {
      "url": "https://api.example.com/health"
    },
    "example_output": {
      "tool_name": "util_api_health_report",
      "result": {
        "final_url": "https://api.example.com/health",
        "status": 200,
        "latency_ms": 184,
        "content_type": "application/json",
        "response_bytes": 128,
        "server": "cloudflare",
        "cache_control": "no-store",
        "is_json": true,
        "json_valid": true
      }
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/api-health-report -m POST -H 'x-delx-source: intent-card-api-health-check-api' --max-amount 0.001 -b '{\"url\":\"https://api.example.com/health\"}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-api-health-check-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/api-health-report"
  }
}
