# SSL Security Audit Purchase

> SSL Security Audit Purchase is a paid API for AI agents from api.the402.ai, paid per call via x402, $0.105/call, status down (last checked 2026-09-13).

Purchases an SSL security audit service that analyzes and reports on the SSL/TLS configuration and vulnerabilities of a target domain

## Facts

- Endpoint: POST https://api.the402.ai/v1/services/svc_ac6dca2426004def/purchase
- Price: $0.105/call
- Payment: x402
- Status: down
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-the402-ai-edb522de
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_y9NPor71d4q8mzw90sFzl

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 api-the402-ai-edb522de -d '<json body>'
```

Example prompt: Run an SSL security audit on my domain example.com — I want to check for certificate issues, weak cipher suites, and any TLS misconfigurations.

## When to prefer this

Use this endpoint when you need a quick, paid-on-demand SSL/TLS security audit without setting up your own scanning infrastructure. Ideal for agents automating security checks on web properties, compliance workflows, or pre-launch domain verification. Prefer this over manual tools when integrating security audits into automated pipelines at $0.105 per call.

## Known failure modes

- Missing or invalid service ID returns 400 error
- Payment failure or insufficient USDC balance prevents purchase
- Target domain unreachable or invalid causes audit failure
- Service temporarily unavailable returns 5xx error
- Job queued but result delivery delayed if backend is busy

## How this service works

Purchase: SSL Security Audit

## Output

Returns a job ID or audit report containing SSL/TLS security findings, including certificate validity, cipher suite strength, protocol version support, and any detected vulnerabilities or misconfigurations for the target domain.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "id"
 ],
 "properties": {
  "id": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-the402-ai-edb522de/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.the402.ai](https://www.zero.xyz/host/api.the402.ai/llms.txt)
