API Operational
URL to PDF
Convert any webpage to a professional PDF document. Handles JavaScript-rendered content, cookie consent banners, and bot protection systems.
POST
/api/link-to-pdf
Generate high-quality PDF documents from any URL with a single API call.
curl -X POST https://api-services.immonerd.de/api/link-to-pdf \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_TOKEN" \
-d '{"url": "https://example.com"}' \
-o output.pdf
Requires
X-API-Key header for authentication
Fast & Reliable
High-performance rendering with intelligent page load detection.
Cookie Consent Handling
Automatically handles cookie banners from major providers like OneTrust and Usercentrics.
Bot Protection Bypass
Uses real browser fingerprints to handle Cloudflare, Turnstile, and other protection systems.
Response Format
Success (200)
Binary PDF data with application/pdf content type
Error (4xx/5xx)
JSON with error.code and error.message