⚡ Powered by Headless Chrome • 10Gbps Infrastructure

Turn Any HTML into
PDFs, Screens & AI Data

The developer-first rendering API. Generate documents, capture full-page screenshots, and extract clean Markdown for LLMs with a single call.

🚀 Public Beta Phase Active

High demand? Use any of these shared API keys for your tests:

sk_9105c9e7ae4f46a2b1d7ef515b8d8543
sk_4c88aa6ffd5d48969add1a416c617a6a
sk_cdf2103eb9c641a0b5f8c60c5a1ec648
sk_54f0ae76ed094c38a8777f7c9ccb8686
sk_27f90893fd68406da35eda06170f42e0
sk_1e68c4a9e8fc45bcae93ffe584fe9d7a

Click any key to copy to clipboard.

<100ms
Average render time
99.9%
Uptime guarantee
Public Key
Available for immediate use

Four Powerful APIs, One Endpoint

Everything you need for documents, visuals, and AI context

📄
Best for Docs

PDF Generation

Convert HTML to pixel-perfect PDFs with full CSS support. Ideal for invoices, reports, and contracts.

  • Full Print CSS Support (@media print)
  • Custom Headers & Footers
  • A4, Letter, and custom page sizes
📸
Visuals

Advanced Screenshots

Capture pixel-perfect images of any URL. Now with intelligent element cropping and native Dark Mode support.

  • Element Cropping (capture just a chart or div)
  • Dark Mode Emulation (prefers-color-scheme)
  • Full-page & custom viewports
🧠
AI Ready

LLM-Ready Extraction

Turn any website into clean, noise-free Markdown. Perfect context for RAG, ChatGPT, and Claude.

  • Removes ads, navbars, and cookie banners
  • Extracts main content as clean Markdown
  • Bypasses complex JavaScript rendering
🖼️
Social

Social Card Generation

Create dynamic Open Graph images and social media assets from simple HTML templates.

  • Perfect for dynamic OG images
  • Support for Google Fonts & Tailwind
  • Render charts and dashboards as images

Get Started in Seconds

Simple REST API. No SDK required.

Generate Invoice PDF POST /v1/pdf
curl -X POST https://api.mecke.dev/v1/pdf \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "html": "<html><body><h1>Invoice #1234</h1><p>Total: €99.00</p></body></html>",
    "options": {
      "format": "A4",
      "printBackground": true
    }
  }'