Skip to content

Documentation

Orim provides simple APIs to convert HTML to PDF and capture webpage screenshots.

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

Get your free API key →

  • PDF API — Convert HTML to PDF with Tailwind CSS support
  • Screenshot API — Capture any webpage as PNG or JPG