Quick Start
Fast test with curl (sync rendering):
curl -X POST http://localhost/api/render \
-H "Content-Type: application/json" \
-d '{"html":"<h1>Hi</h1>","options":{"renderer":"weasyprint","sync":"true"}}' --output result.pdf
For more advanced usage, please refer to the API documentation.