Skip to content

Documentation

Orim provides simple APIs to convert HTML or URLs to PDF and capture webpage screenshots. Native MCP server for Claude, Cursor, Windsurf.

REST API:

Terminal window
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.pdf

Or with AI: Just ask Claude/Cursor “Generate a PDF of…”MCP setup guide →

Get your free API key →

  • 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