# minia2a SSL Check

> minia2a SSL Check is a paid API for AI agents from minia2a.uk, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-14).

Checks SSL/TLS certificate validity and security configuration for a given host or URL

## Facts

- Endpoint: GET https://minia2a.uk/x402/ssl-check
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/minia2a-ssl-check-eb4b5d82
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_r6Nm02jhlIKmN5D969YFa

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 minia2a-ssl-check-eb4b5d82
```

Example prompt: Can you run an SSL check on example.com to verify its certificate is valid and the HTTPS configuration looks secure?

## When to prefer this

Use this endpoint when you need a quick, paid-API SSL/TLS certificate check without standing up your own infrastructure. Suitable for agents that need to verify HTTPS security as part of a broader workflow such as site audits, vendor vetting, or deployment checks.

## Known failure modes

- Host unreachable or DNS resolution failure
- Invalid or malformed URL/hostname input
- Target host does not support HTTPS
- Connection timeout if host is slow to respond
- Certificate information unavailable for certain private or restricted hosts

## How this service works

minia2a service: x402-ssl-check

## Output

Returns SSL/TLS certificate validation results including certificate validity status, expiry information, chain of trust, and TLS configuration details for the target host.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string"
    },
    "method": {
     "type": "string"
    },
    "bodyType": {
     "type": "string"
    },
    "queryParams": {
     "type": "object"
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/minia2a-ssl-check-eb4b5d82/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from minia2a.uk](https://www.zero.xyz/host/minia2a.uk/llms.txt)
