InputPOST /api/v1/x402/tls-inspect
{
"url": "https://example.com"
}
Web and API intelligence · utility
Inspect TLS issuer, subject, SANs, and expiry to check trust and renewal risk (x402)
One-command purchase
No account or API key. AgentCash reads the 402 challenge, pays no more than the declared cap, retries the request and returns the result.
npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/tls-inspect -m POST -H 'x-delx-source: product-page' --max-amount 0.01 -b '{"url":"https://example.com"}'
{
"url": "https://example.com"
}
{
"tool_name": "util_tls_inspect",
"result": {
"host": "example.com",
"port": 443,
"issuer": [
"organizationName=DigiCert Inc",
"commonName=DigiCert Global G3 TLS ECC SHA384 2020 CA1"
],
"subject": [
"commonName=*.example.com"
],
"days_until_expiry": 30,
"san_dns": [
"example.com",
"*.example.com"
]
}
}
Machine-readable evidence