Documentation
Orim provides simple APIs to convert HTML to PDF and capture webpage screenshots.
Quick start
Section titled “Quick start”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.pdfProducts
Section titled “Products”- PDF API — Convert HTML to PDF with Tailwind CSS support
- Screenshot API — Capture any webpage as PNG or JPG
Resources
Section titled “Resources”- Getting Started — First PDF in 2 minutes
- Examples — Invoice, report templates
- API Reference — Full endpoint documentation
- Troubleshooting — Common issues