Base URL
All endpoints are relative to the following base URL:Authentication
All API requests require an API key. Include your key in theAuthorization header:
Available Endpoints
| Endpoint | Method | Description |
|---|---|---|
/render | POST | Enqueue a production PDF render job |
/render/preview | POST | Enqueue a preview render (watermarked, short TTL) |
/reports/{job_id} | GET | Check job status and get the PDF download URL |
Next Steps
- Render PDF: Send your data to generate a production PDF.
- Render Preview: Test your template with a watermarked preview.
- Get Report: Check the status of a render job and download the result.