๐Ÿ”’ RFT Security API

Programmatic website security scanning. Integrate security checks into your CI/CD, monitoring systems, or applications.

View Plans Documentation

What You Can Build

๐Ÿ”„ CI/CD Integration

Scan every deployment. Fail builds if security score drops. Catch regressions before production.

๐Ÿ“Š Client Reporting

Agencies: Generate automated security reports for your clients. White-label ready.

๐Ÿ›ก๏ธ Security Monitoring

Schedule regular scans. Get alerted when SSL expires or headers change.

๐Ÿ”Œ SaaS Integration

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

Simple, Predictable Pricing

Starter

$9/month
  • 100 scans/month
  • All security checks
  • JSON API response
  • Email support
Get Started

Business

$99/month
  • 2,500 scans/month
  • White-label reports
  • Bulk scanning
  • Dedicated support
Get Started

Enterprise

$299/month
  • 10,000 scans/month
  • Custom integrations
  • SLA guarantee
  • Dedicated account manager
Contact Sales

Try It Free

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