# cloudPulsePoint SSL Certificate Checker

> cloudPulsePoint SSL Certificate Checker is a paid API for AI agents from x402.cloudpulsepoint.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Checks a site's TLS/SSL certificate validity and reports how many days remain until expiration, helping catch expired or soon-to-expire certificates before they disrupt HTTPS.

## Facts

- Endpoint: POST https://x402.cloudpulsepoint.com/agent/check/ssl
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/cloudpulsepoint-ssl-certificate-checker-74a6435b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tk62kq6GFkZQqxnAYf_aC

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability cloudpulsepoint-ssl-certificate-checker-74a6435b -d '<json body>'
```

Example prompt: Can you check whether the SSL certificate for https://mycompany.com is still valid and tell me how many days are left before it expires?

## When to prefer this

Choose this endpoint when you need a quick, targeted check of a single site's SSL/TLS certificate validity and expiry countdown, especially for pre-deployment checks, renewal reminders, or health monitoring. If you also need DNS, HTTP reachability, or domain WHOIS in the same call, prefer the combined health-snapshot endpoint instead.

## Known failure modes

- URL resolves to a private, loopback, link-local, or cloud-metadata address — returns HTTP 400 before payment
- Domain has no HTTPS or no certificate installed — returns an error or invalid status
- Malformed or non-resolvable URL — rejected with HTTP 400
- Certificate authority unreachable during inspection — may return timeout or partial result
- Site uses non-standard port or SNI configuration — may fail to retrieve certificate

## How this service works

Inspect the site's TLS/SSL certificate: whether it is currently valid and how many days remain until it expires. Use to catch soon-to-expire or already-expired certificates before they break HTTPS for visitors.

## Output

Returns whether the TLS/SSL certificate is currently valid, the expiration date, and the number of days remaining until expiry. Invalid or private/internal targets are rejected before any charge.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "Full http(s) URL of the site to check, e.g. \"https://example.com\". Must resolve to a public address — private, loopback, link-local, and cloud-metadata targets are rejected with HTTP 400 before any payment."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cloudpulsepoint-ssl-certificate-checker-74a6435b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.cloudpulsepoint.com](https://www.zero.xyz/host/x402.cloudpulsepoint.com/llms.txt)
