Document conversion and template image rendering.
| Method | Path | Does |
|---|---|---|
| POST | /v1/convert/office | DOCX/XLSX/PPTX → PDF |
| POST | /v1/convert/html | HTML → PDF |
| POST | /v1/pdf/merge | Merge PDFs |
| POST | /v1/image/render | Template → PNG/JPEG/WebP |
| GET | /v1/usage | Your usage this month |
curl -X POST https://169-58-133-198.sslip.io/v1/convert/office \ -H "Authorization: Bearer YOUR_KEY" \ -F "file=@report.docx" -o report.pdf
Free tier: 250 calls/month, no card required. Interactive reference at /docs.