Simple, Transparent Pricing

Quantum Security API

Scan any domain for quantum vulnerabilities with a single API call. Pay only for what you need.

MonthlyAnnual Save 20%

Free

$0

Free forever

Try the API. No credit card required.

Get Started Free
3 API scans per month
Quantum vulnerability detection
NIST compliance scoring
JSON API responses
PDF reports
Compliance mapping
Webhooks

Starter

$49/mo

For security consultants and indie developers.

100 API scans per month
Everything in Free
PDF report generation
Compliance mapping (10 frameworks)
10 req/min rate limit
Webhooks
Priority support
Most Popular

Pro

$149/mo

For security teams and MSPs.

500 API scans per month
Everything in Starter
Webhook notifications
30 req/min rate limit
Migration roadmaps
Business impact scoring
Priority support

Business

$199/mo+ $0.15/scan

Usage-based pricing for high-volume teams.

500 scans included, then $0.15/scan
Everything in Pro
Priority support
60 req/min rate limit
No monthly scan cap
Dedicated onboarding
SLA guarantee

One API Call. Full Quantum Audit.

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"
    }
  ]
}

FAQ

What counts as a scan?

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.

When does my quota reset?

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.

Can I upgrade or downgrade anytime?

Yes. Changes take effect immediately. When upgrading, you get the higher quota right away. When downgrading, the change applies at your next billing cycle.

Is scanning safe? Will it affect my servers?

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.

How does Business tier usage-based pricing work?

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.

What payment methods do you accept?

We accept all major credit and debit cards via Stripe. Annual plans are also available with a 20% discount.

Start scanning in 60 seconds

Sign up, get your API key, and run your first scan. Free.