Documentation
Orim provides simple APIs to convert HTML or URLs to PDF and capture webpage screenshots. Native MCP server for Claude, Cursor, Windsurf.
Quick start
Section titled “Quick start”REST API:
curl -X POST https://api.orim.io/pdf/convert \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"html": "<h1>Hello World</h1>"}' \ -o hello.pdfOr with AI: Just ask Claude/Cursor “Generate a PDF of…” — MCP setup guide →
Try it live
Section titled “Try it live”- HTML to PDF Editor — Live code editor with instant preview
- URL to PDF — Convert any webpage to PDF
- URL to Screenshot — Capture any webpage as image
Guides
Section titled “Guides”- MCP Server — Use with Claude, Cursor, Windsurf (no code needed)
- PDF API — Convert HTML or URL to PDF
- Screenshot API — Capture any webpage as PNG, JPEG, or WebP
Resources
Section titled “Resources”- Getting Started — First PDF in 2 minutes
- Tailwind CSS — Auto-injected, no setup needed
- Examples — Invoice, report templates
- Troubleshooting — Common issues