Skip to content

Getting Started

No signup required — test our live editors:

Get a free API key — 20 credits/month, no credit card required.

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

You’ll receive a PDF file. Check out the API Reference for all available options.

Skip the Authorization header to use sandbox mode. Output will have a watermark.

Terminal window
curl -X POST https://api.orim.io/pdf/convert \
-H "Content-Type: application/json" \
-d '{"html": "<h1>Test</h1>"}' \
-o test.pdf

Skip the API entirely — use our MCP Server with Claude, Cursor, or Windsurf:

  1. Add Orim to your MCP config
  2. Ask your AI: “Generate a PDF invoice for…”
  3. Get a download link

MCP Setup Guide →