API-first HTML email testing. Render pixel-perfect previews, catch common issues, and convert CSS to inline styles — all with a single API call.
Render HTML emails as pixel-perfect screenshots. Test how your email looks across different widths before sending.
Check for missing alt tags, inline styles, dark mode support, spam trigger words, oversized HTML, and more.
Convert <style> blocks to inline styles automatically. Essential for email client compatibility.
Verify your email has proper dark mode support with color-scheme meta tags and prefers-color-scheme media queries.
Catch common spam trigger words that could land your email in the junk folder before you hit send.
Three endpoints, JSON in and out. API-key auth. Integrate into your CI/CD pipeline or email workflow in minutes.
# Render email as screenshot curl -X POST https://mailforge.grabshot.dev/v1/preview \ -H "x-api-key: YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{"html":"<h1>Hello!</h1>","width":600}' \ --output preview.png # Returns: PNG image
No credit card required. Free plan includes 25 requests every month.
Create Free Account →