# Speer Cyber Defense TLS Certificate Analysis

> Speer Cyber Defense TLS Certificate Analysis is a paid API for AI agents from api.speercyberdefense.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Analyzes the TLS certificate of a given host and returns a security assessment of its certificate configuration

## Facts

- Endpoint: POST https://api.speercyberdefense.com/v1/security/tls-certificate-analysis
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/speer-cyber-defense-tls-certificate-analysis-ecfad6af
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_m0R4yZPveADm3m1YiZ_yX

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 speer-cyber-defense-tls-certificate-analysis-ecfad6af -d '<json body>'
```

Example prompt: Can you run a TLS certificate analysis on api.example.com and tell me if there are any security issues with its certificate configuration?

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call cybersecurity assessment of a specific host's TLS certificate without setting up your own scanning infrastructure. It is especially useful for AI agents performing automated security audits, vendor assessments, or compliance checks at $0.01 USDC per call with no billing on failed analyses.

## Known failure modes

- HTTP 503 if the host is unreachable or TLS analysis cannot be completed (not billed)
- Invalid or missing host parameter returns an error
- Non-existent domain resolution failure
- Timeout if the target host is slow to respond
- Hosts behind firewalls blocking external probes may fail

## How this service works

Cybersecurity micropayments API for AI agents — pay-per-call USDC on Base and Solana (x402 v2). Free utility services under /v1/free/* and gateway select under /v1/gateway/* (Public). Paid cybersecurity analysis, CVE/security news feeds, Base blockchain intelligence, network intel utilities, composite domain/URL reports, research, conversion, verification, and feeds. Failed security analyses are not billed (HTTP 503).

## Output

Returns a JSON object with an ok flag, tool name, status field, and a summary string describing the outcome of the TLS certificate analysis. On failure (e.g. unreachable host or analysis error), the endpoint returns HTTP 503 and the call is not billed.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "host": {
   "type": "string",
   "example": "example.com"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "tool": "resource",
  "status": "ok",
  "summary": "Completed"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/speer-cyber-defense-tls-certificate-analysis-ecfad6af/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.speercyberdefense.com](https://www.zero.xyz/host/api.speercyberdefense.com/llms.txt)
