# Hermes Agent Platform > Free web capture and analysis tools. Screenshot any website, check for broken links, audit SEO, detect tech stacks — all free, no signup required. > Web tool (no coding needed): /screenshot > Full API reference with example requests and responses: /llms-full.txt > Blog: /blog (tutorials, guides, use cases) ## Web Tools (No Coding Required) - **Screenshot Tool** (/screenshot): Paste any URL, get a PNG/WebP/JPEG/PDF screenshot. Mobile views, dark mode, full page, ad blocking. No signup. - **Dead Link Checker** (/tools/deadlinks): Find broken links on any website. - **SEO Audit** (/tools/seo): Analyze on-page SEO issues. - **Tech Stack Detector** (/tools/techstack): Identify frameworks, CDNs, and analytics. ## APIs All APIs are free to use. Base URL: https://hermesforge.dev ### Rate Limits (Introductory Pricing) - Anonymous (no API key): per-minute rate limits + daily caps (screenshot/techstack/perf: 10/day, deadlinks/seo/audit: 5/day, ssl: 20/day) - Free API key (email verification required): 50 requests/day. POST /api/keys with email → verification email → click link → key activated. Get your key: /api/keys - Starter ($4 one-time, 30 days): 10 req/min, 200/day. One key covers Screenshot API + Chart Rendering API. - Pro ($9 one-time, 30 days): 30 req/min, 1,000/day. One key covers Screenshot API + Chart Rendering API. - Business ($29 one-time, 30 days): 60 req/min, 5,000/day. One key covers Screenshot API + Chart Rendering API. - Pricing page: /pricing. No subscription — buy again when you need more. ### Dead Link Checker (v2.9) - Endpoint: GET /api/deadlinks?url={url}&max_pages={n} - Description: Crawl websites to find broken links, broken images, redirect chains, mixed content. Returns health score, response times, and detailed link report. - Modes: full (deep crawl) or quick (sub-second, homepage only via mode=quick) - GitHub README checking: github=owner/repo (checks all links in a repo's README.md) - Output formats: json, csv, github (CI/CD annotations), markdown (PR comments) - CI/CD: format=github for native GitHub Actions annotations with RESULT: PASS/FAIL gating - Pipeline params: threshold (pass/fail gating), check_only (internal/external filter), max_duration (timeout in seconds, returns partial results) - GitHub Actions setup guide: /tools/github-action - Downloadable workflow: /tools/check-links.yml - GitHub Action: uses: hermesagent/dead-link-checker@main - OpenAPI: /openapi/deadlinks - Anonymous: 5 req/min, 5/day. Free key: 50/day. ### SEO Audit - Endpoint: GET /api/seo?url={url} - Description: Comprehensive SEO analysis including meta tags, headings, image alt text, structured data, mobile-friendliness, and performance metrics. - OpenAPI: /openapi/seo - Anonymous: 5 req/min, 5/day. Free key: 50/day. ### Website Screenshot (v2.1) - Endpoint: GET /api/screenshot?url={url} - Description: Capture screenshots of any URL as PNG, JPEG, WebP, or PDF. Rendered with Chromium via Playwright. Popular for dashboard capture (Power BI, Tableau, Grafana), research archival, and automated reporting. - Parameters: url (required), viewport (device preset: mobile/tablet/desktop/desktop_hd/macbook/iphone_14/pixel_7/ipad_pro/og/twitter/linkedin — overrides width/height), width (max 3840), height (max 2160), full_page (true/false), format (png/jpeg/webp/pdf), clip (x,y,width,height — crop a specific region, e.g. clip=0,0,800,400 for hero section), dark_mode (true/false), scale (1/2/3 for retina), selector (CSS selector for element capture), delay (ms, max 10000 anonymous / 30000 with API key), quality (1-100, JPEG and WebP), block_ads (true/false), js (custom JavaScript, max 2000 chars), wait_for (CSS selector to wait for before capture, up to 15s, useful for SPAs), http_username + http_password (HTTP Basic Auth for internal dashboards, requires API key), accept_language or lang (browser locale for localized captures, e.g. fr-FR, de-DE, ja-JP) - Features: Device viewport presets (20 presets including social media dimensions), region cropping (clip parameter), dark mode emulation, retina 2x/3x scaling, CSS element capture, custom delay for dashboards and JS-heavy pages, WebP for smallest file sizes, ad/tracker blocking, custom JS injection, wait_for selector for SPA content, HTTP Basic Auth for password-protected pages, localized captures via Accept-Language header - Reliability: Handles self-signed/expired/invalid SSL certificates. Returns actionable suggestions on failure (timeout, unreachable URL, missing selector). Used by ChatGPT to fulfill user screenshot requests. - Use cases: Power BI dashboard capture, Tableau viz screenshots, Grafana panel snapshots, web page archival, social media preview images, visual regression monitoring - Dashboard tip: Use delay=5000 for dashboards that need time to render charts. API key holders get up to 30s delay. - Interactive tool: /tools/screenshot (includes dashboard preset) - Comparison: /screenshot-api-comparison - OpenAPI: /openapi/screenshot - Anonymous: 5 req/min, 10/day. Free key: 50/day. ### Chart Rendering API (v1.0) - Endpoint: POST /api/charts/render - Description: Server-side chart rendering. POST a Chart.js-compatible config object, receive a PNG or JPEG image. Powered by headless Chromium + Chart.js 4.4. Designed for AI agents, automated reports, and SaaS analytics pipelines that need charts as images without a browser. - Request body (JSON): type (bar/line/pie/doughnut/radar/scatter/bubble/polarArea, required), data (Chart.js data object, required), options (Chart.js options, optional), width (100-2400, default 800), height (100-1600, default 450), format (png/jpeg, default png), quality (1-100, JPEG only, default 90), background (#rrggbb or transparent, default white) - Response: image/png or image/jpeg bytes. 1-hour server-side cache (SHA-256 keyed on full config). - Concurrency: max 2 simultaneous renders (semaphore-limited). Requests queue behind this limit. - Landing page: /charts (also at charts.hermesforge.dev) - Chart Studio: /charts/studio — visual JSON editor with live Chart.js browser preview + server-side render via API. Build chart config interactively, get curl/Python/JS integration code. - OpenAPI: /api/charts (interactive docs with live try-it) - Use cases: AI agent email reports (attach charts as inline images), SaaS analytics exports, RAG pipeline inline visualizations, BI Slack alerts, automated PDF report generation - Key included: yes — same API key covers Screenshot + Chart Rendering (Visual Infrastructure Bundle). No separate key needed. - Rate limit shares the 'screenshot' bucket: 10/day anonymous, 50/day free key. - Visual Infrastructure Bundle tiers (charts-focused): Starter ($19 one-time, 30 days), Pro ($39 one-time, 30 days), Scale ($79 one-time, 30 days). Buy at /charts. No subscription. - Example: curl -X POST https://hermesforge.dev/api/charts/render -H 'Content-Type: application/json' -d '{"type":"bar","data":{"labels":["Q1","Q2","Q3"],"datasets":[{"label":"Revenue","data":[12000,18000,24000]}]}}' --output chart.png ### Performance Check - Endpoint: GET /api/perf?url={url} - Description: Measure page load times, TTFB, DOM content loaded, resource counts, and performance scores. - OpenAPI: /openapi/perf - Anonymous: 5 req/min, 10/day. Free key: 50/day. ### Tech Stack Detection (v1.3.0) - Endpoint: GET /api/techstack?url={url} - Description: Detect 219 technologies across 19 categories: frameworks, libraries, CMS, analytics, CDN, hosting, and more. - OpenAPI: /openapi/techstack - Anonymous: 5 req/min, 10/day. Free key: 50/day. ### SSL Certificate Check - Endpoint: GET /api/ssl?domain={domain} - Description: Check SSL/TLS certificate validity, expiration, issuer, protocol support, and security configuration. - OpenAPI: /openapi/ssl - Anonymous: 5 req/min, 20/day. Free key: 50/day. ### Website Audit Bundle - Endpoint: GET /api/audit?url={url} - Description: Comprehensive website audit combining tech stack detection, SSL certificate check, and performance metrics in a single API call. Optionally includes full SEO audit. - Parameters: url (required), seo (true/false, optional - adds browser-based SEO audit, takes ~5s) - Returns: Combined JSON with techstack, ssl, performance, and optionally seo sections - Use case: Agency-style client site audits in one call instead of four - OpenAPI: /openapi/audit - Anonymous: 3 req/min, 5/day. Free key: 50/day. ### Batch Screenshots (API key required) - Endpoint: POST /api/screenshot/batch with JSON body {"urls": ["https://example.com", "https://example.org"], "format": "webp"} - Description: Capture up to 10 URLs in a single request. Returns base64-encoded images in JSON. Requires an API key. - Parameters: urls (required, array of 1-10 URLs), format (png/jpeg/webp, default webp), width, height, full_page, delay, block_ads - Response: JSON with batch_id, total, succeeded, failed counts, and results array with base64 data - Rate limit: 2 batch requests per minute per API key - Use cases: Dashboard monitoring (screenshot all dashboards at once), competitive analysis, visual regression testing, automated reporting ### HTML to Image - Endpoint: POST /api/html2image with JSON body {"html": "