Forge API

Document conversion and template image rendering.

Endpoints

MethodPathDoes
POST/v1/convert/officeDOCX/XLSX/PPTX → PDF
POST/v1/convert/htmlHTML → PDF
POST/v1/pdf/mergeMerge PDFs
POST/v1/image/renderTemplate → PNG/JPEG/WebP
GET/v1/usageYour usage this month

Quick start

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.