Rendex

Turn any URL into a pixel-perfect screenshot

Capture any webpage as an image with a single API call. PNG or JPEG. Full-page, dark mode, ad blocking. Deployed on Cloudflare's edge network.

curl -X POST https://api.rendex.dev/v1/screenshot \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://example.com",
    "format": "png",
    "width": 1280,
    "height": 720
  }'
500 free calls/month — no credit card required

Built for teams like yours

SaaS Platforms
Marketing Teams
QA Engineers
AI Startups
Agencies
Dev Tool Companies
SaaS Platforms
Marketing Teams
QA Engineers
AI Startups
Agencies
Dev Tool Companies
SaaS Platforms
Marketing Teams
QA Engineers
AI Startups
Agencies
Dev Tool Companies
SaaS Platforms
Marketing Teams
QA Engineers
AI Startups
Agencies
Dev Tool Companies

0+

Edge Locations

<0ms

Average Response

0%

Uptime SLA

MCP

AI Agent Ready

See it in action

One API call. Pixel-perfect screenshot. Delivered in milliseconds.

POST/v1/screenshot
{
  "url": "https://stripe.com",
  "format": "png",
  "width": 1280,
  "height": 720,
  "fullPage": false,
  "darkMode": false,
  "blockAds": true
}

status

200

format

png

size

847 KB

time

1.2s

width

1280

height

720

api.rendex.dev/v1/screenshot → stripe.com

Waiting for request...

Everything you need for web screenshots

A single API endpoint with powerful options for any capture scenario.

Full-Page Capture

Capture entire pages including below-the-fold content with automatic scrolling.

Multiple Formats

Export as PNG, JPEG, or WebP. Control quality and compression.

Dark Mode

Capture pages in dark mode with automatic color scheme switching.

Ad Blocking

Built-in ad blocker removes ads and trackers for clean screenshots.

Custom Viewports

Set exact viewport dimensions from mobile (320px) to 4K (3840px).

Edge Network

Deployed on Cloudflare's 300+ global edge locations. No cold starts.

Built for AI Agents

MCP-compatible out of the box. Your AI agents can capture screenshots with zero integration code.

MCP Native

First-class Model Context Protocol support. Register as a tool in any MCP-compatible agent.

Works Everywhere

Compatible with Claude, ChatGPT, Cursor, Windsurf, and any MCP client.

Outcome-Focused Tools

Designed for AI agents — semantic tool definitions, not raw REST endpoints.

Enterprise Auth

Per-key rate limiting, usage tracking, and API key management via Unkey.

MCP Tool Definition
{
"name": "rendex_screenshot",
"description": "Capture a screenshot of any webpage",
"inputSchema": {
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "URL to capture"
},
"format": {
"type": "string",
"enum": ["png", "jpeg"],
"default": "png"
},
"fullPage": {
"type": "boolean",
"default": false
},
"darkMode": {
"type": "boolean",
"default": false
}
},
"required": ["url"]
}
}

Connects with your stack

Use REST, MCP, or your favorite automation platform.

REST API

Available

Standard HTTP endpoints. Works with any language.

MCP Server

Available

Native Model Context Protocol for AI agents.

Zapier

Coming Soon

Connect to 5,000+ apps with no code.

Make

Coming Soon

Visual automation workflows at scale.

n8n

Coming Soon

Open-source workflow automation.

Custom Webhooks

Coming Soon

Push screenshots to your own endpoints.

What developers will love

Designed from the ground up for the workflows developers actually use.

Finally, a screenshot API that works with my AI agent out of the box. No REST wrappers, no glue code — just register as an MCP tool and go.
AI

Built for AI Agents

Core product strength

Sub-100ms responses from 300+ edge locations. My users get screenshots faster than they can blink, and I never think about cold starts.
EP

Edge-First Performance

Core product strength

500 free calls a month, then $0.002 per call. I went from prototype to production without ever worrying about the bill or getting locked in.
DP

Developer-Friendly Pricing

Core product strength

Simple, Usage-Based Pricing

Start free. Scale as you grow. No hidden fees.

Free
$0/month
  • 500 calls/month
  • 10 requests/minute
  • PNG, JPEG formats
  • Community support
Starter
$19/month
  • 10,000 calls/month
  • 60 requests/minute
  • All formats + dark mode
  • Then $0.003/call overage
  • Email support
Pro
Most Popular
$49/month
  • 100,000 calls/month
  • 300 requests/minute
  • All features
  • Then $0.003/call overage
  • Priority support
Enterprise
Custom
  • Unlimited calls
  • 1,000 requests/minute
  • Custom SLA
  • Dedicated support

All plans include: HTTPS, custom viewports, ad blocking, dark mode, and JSON/binary responses. No feature gates — just volume limits.

Frequently Asked Questions

Everything you need to know about the Rendex API.

Start capturing screenshots in 30 seconds

500 free calls per month. No credit card required. Deploy on Cloudflare's edge network.