Security Headers & TLS Audit
# Security Headers & TLS Audit API Instant security analysis for any website. Scan 14+ HTTP security headers, audit TLS/SSL configuration, and get an OWASP-based security grade — all in one API call. --- ## Quick Start ```bash curl -X POST "https://security-headers-tls-audit.p.rapidapi.com/v1/scan" \ -H "Content-Type: application/json" \ -H "X-RapidAPI-Key: YOUR_KEY" \ -H "X-RapidAPI-Host:…
Security Headers & TLS Audit endpoints
| Method | Endpoint | Description |
|---|---|---|
| v1 | ||
| GET |
healthCheck /v1/health |
|
| GET |
getScan /v1/scan/{scanId} |
|
| POST |
scanUrl /v1/scan |
Fetches the target URL via HTTPS, analyzes all HTTP response headers for security best practices, and inspects TLS certificate and protocol configuration. Results are cached for… |
| GET |
getUsage /v1/usage |
|
Security Headers & TLS Audit pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 2 / second |
|
| PRO Recommended | $15 / month | 5 / second |
|
| ULTRA | $39 / month | 10 / second |
|
| MEGA | $99 / month | 20 / second |
|