Programmatic website security scanning. Integrate security checks into your CI/CD, monitoring systems, or applications.
Scan every deployment. Fail builds if security score drops. Catch regressions before production.
Agencies: Generate automated security reports for your clients. White-label ready.
Schedule regular scans. Get alerted when SSL expires or headers change.
Add security scanning to your platform. Offer it as a feature to your users.
# Simple API call curl -X POST https://api.rftmedia.com/api/scan \ -H "X-API-Key: your_api_key" \ -H "Content-Type: application/json" \ -d '{"url": "https://example.com"}' # Response { "success": true, "url": "https://example.com", "score": 85, "grade": "A", "ssl": { "valid": true, "protocol": "TLS" }, "headers": { "Strict-Transport-Security": { "present": true, "value": "max-age=31536000" }, "Content-Security-Policy": { "present": true }, "X-Frame-Options": { "present": true } }, "vulnerabilities": [], "performance": { "response_time_ms": 245, "rating": "excellent" } }
3 free scans per hour. No signup required.
curl -X POST https://api.rftmedia.com/api/demo \
-H "Content-Type: application/json" \
-d '{"url": "https://your-site.com"}'