Request
- Method
POST- URL
https://api.x402dataapi.com/v1/tls-report- Price
- 0.001 USDC
Paid x402 API for AI agents that checks TLS certificate health, SSL report data, HTTPS certificate expiration, issuer, validity, SAN coverage, chain health, HTTPS readiness and certificate risk for a public hostname.
POSThttps://api.x402dataapi.com/v1/tls-report{
"type": "object",
"properties": {
"host": {
"type": "string",
"description": "Public hostname to inspect"
},
"port": {
"type": "number",
"description": "TLS port, usually 443"
}
},
"required": [
"host"
]
}{
"host": "example.com",
"port": 443
}{
"host": "example.com",
"port": 443,
"tls_enabled": true,
"issuer": "Example CA",
"days_remaining": 60,
"errors": []
}PAYMENT_REQUIREDNo valid x402 payment signature was provided.INVALID_PAYMENTThe signature was malformed, expired, replayed or does not match the endpoint price/resource.VALIDATION_ERRORThe JSON input does not match the documented schema.SSRF_PRIVATE_HOSTThe target resolves to a private or blocked address.curl -X POST https://api.x402dataapi.com/v1/tls-report \
-H "Content-Type: application/json" \
-d '{"host":"example.com","port":443}'curl -X POST https://api.x402dataapi.com/v1/tls-report \
-H "Content-Type: application/json" \
-H "PAYMENT-SIGNATURE: <x402-payment-payload>" \
-d '{"host":"example.com","port":443}'x402 TLS certificate API, SSL report API for agents, HTTPS certificate expiration API, public hostname TLS audit
/llms.txt./openapi.json or /.well-known/x402-catalog.json.PAYMENT-SIGNATURE.TLS certificate issuer, validity, expiration, SAN coverage and chain health for a public host.
x402 TLS certificate API, SSL report API for agents, HTTPS certificate expiration API, public hostname TLS audit