Quick Start
Fast test with curl (sync rendering):
curl -X POST https://3renderers.dev/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 Postman API documentation or download the OpenAPI Spec.