PQReady
PQReady is the first API built for post-quantum cryptographic readiness assessment. NIST has finalized post-quantum standards (FIPS 203, 204, 205) — organizations that delay migration risk harvest-now, decrypt-later attacks. PQReady scans your infrastructure and code to identify quantum-vulnerable algorithms (RSA, ECDSA, ECDH, classical DH) and gives you a clear readiness score, prioritized…
PQReady endpoints
| Method | Endpoint | Description |
|---|---|---|
| Scans | ||
| POST |
scanConfig /v1/scan/config |
Parse server configurations (nginx, Apache, HAProxy, etc.) for TLS versions, cipher suites, and deprecated settings. |
| GET |
getScan /v1/scan/{id} |
Retrieve details of a specific scan including findings |
| POST |
scanCert /v1/scan/cert |
Deep analysis of an X.509 certificate. Extracts key algorithm, key size, signature algorithm, validity, and SANs. |
| POST |
scanRepo /v1/scan/repo |
Scan source code for cryptographic patterns. Detects usage of RSA, ECDSA, and other quantum-vulnerable algorithms. |
| POST |
scanEndpoint /v1/scan/endpoint |
Analyze an HTTPS endpoint for security headers and reachability. Returns findings about missing security headers and potential issues. |
| Projects | ||
| GET |
getProjectSummary /v1/project/{id}/summary |
Get summary statistics for a project |
| GET |
getProjectRoadmap /v1/project/{id}/roadmap |
Get the generated migration roadmap for a project |
| POST |
createProject /v1/project |
Create a new project to organize targets and scans |
| Targets | ||
| DELETE |
deleteTarget /v1/target/{id} |
Remove a target from a project |
| POST |
createTarget /v1/target |
Add a new target to a project |
| Usage | ||
| GET |
getUsage /v1/usage |
Get API usage statistics for the current user |
| v1 | ||
| GET |
healthCheck /v1/health |
Check API availability and version |
PQReady pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $49 / month | — |
|
| ULTRA | $199 / month | — |
|
| MEGA | $499 / month | — |
|