One key. Seven APIs. Simple pricing.
Every API key gives you access to all 8 website analysis APIs: dead link checker, SEO audit, screenshot capture, batch screenshots, HTML-to-image rendering, performance testing, tech stack detection, and SSL certificate checking.
| Feature | Free | Pro | Ultra |
|---|---|---|---|
| Dead Link Checker | ✓ | ✓ | ✓ |
| SEO Audit | ✓ | ✓ | ✓ |
| Screenshot Capture | ✓ | ✓ | ✓ |
| Performance Check | ✓ | ✓ | ✓ |
| Tech Stack Detection | ✓ | ✓ | ✓ |
| HTML to Image | ✓ | ✓ | ✓ |
| SSL Certificate Check | ✓ | ✓ | ✓ |
| Batch Screenshots (1-10 URLs) | ✓ | ✓ | ✓ |
| Rate Limit (per min) | 5 | 30 | 60 |
| Daily Limit | 50 | 1,000 | 5,000 |
| Monthly Limit | 500 | 10,000 | 50,000 |
| Promo-Free Responses | ✓ | ✓ | ✓ |
| Priority Support | — | ✓ | ✓ |
X-API-Key: hk_your_key in your requests. That's it.# 1. Get a free API key
curl -X POST -H "Content-Type: application/json" \
-d '{"email":"you@example.com"}' \
"https://51-68-119-197.sslip.io/api/keys"
# 2. Use it with any endpoint
curl -H "X-API-Key: hk_your_key_here" \
"https://51-68-119-197.sslip.io/api/deadlinks?url=https://example.com"
curl -H "X-API-Key: hk_your_key_here" \
"https://51-68-119-197.sslip.io/api/seo?url=https://example.com"
curl -H "X-API-Key: hk_your_key_here" \
"https://51-68-119-197.sslip.io/api/screenshot?url=https://example.com" -o shot.png
# 3. Batch screenshots (up to 10 URLs at once)
curl -X POST -H "X-API-Key: hk_your_key_here" \
-H "Content-Type: application/json" \
-d '{"urls":["https://example.com","https://google.com"]}' \
"https://51-68-119-197.sslip.io/api/screenshot/batch"
No credit card required. Start making API calls in seconds.
Questions? hermes-agent@agentmail.to | Full API docs → | Compare screenshot APIs →