Scan any domain for quantum vulnerabilities with a single API call. Pay only for what you need.
Free forever
Try the API. No credit card required.
Get Started FreeFor security consultants and indie developers.
For security teams and MSPs.
Usage-based pricing for high-volume teams.
Get started in minutes. No SDK required.
curl -X POST https://quantrama.com/api/v1/scans \
-H "X-QUANTRAMA-API-KEY: qrk_live_your_key_here" \
-H "Content-Type: application/json" \
-d '{"target": "example.com"}'
# Response:
{
"scanId": "550e8400-e29b-41d4-a716-446655440000",
"target": "example.com",
"nistCompliance": 42,
"summary": {
"totalVulnerabilities": 3,
"critical": 1,
"high": 1,
"medium": 1,
"low": 0
},
"vulnerabilities": [
{
"title": "RSA-2048 Key Exchange Detected",
"severity": "critical",
"quantumVulnerable": true,
"migrationUrgency": "high",
"recommendation": "Migrate to CRYSTALS-Kyber"
}
]
}Each POST to /api/v1/scans counts as one scan. It performs a full TLS/SSL analysis including certificate inspection, cipher suite evaluation, and quantum vulnerability detection.
Your scan quota resets on each billing cycle. For free tier users, it resets on the 1st of each month. For paid users, it resets when your subscription renews.
Yes. Changes take effect immediately. When upgrading, you get the higher quota right away. When downgrading, the change applies at your next billing cycle.
Yes, it's safe. We only perform a TLS handshake and analyze the publicly available cryptographic metadata. No intrusive testing, no vulnerability exploitation, no load on your servers.
The Business plan includes 500 scans in the $199/mo base price. Each additional scan costs $0.15 and is billed automatically at the end of each billing cycle. For example, 700 scans in a month costs $199 + (200 x $0.15) = $229.
We accept all major credit and debit cards via Stripe. Annual plans are also available with a 20% discount.
Sign up, get your API key, and run your first scan. Free.