✅ Service is running normally
Version: 1.1.0 (Enhanced with Temporary File Links)
Features: PDF Generation, Image Creation, PDF Handouts, Enhanced Logging, Temporary File Links
Request ID: vswl4
You can now request downloadable links instead of binary responses!
"returnLink": true in request body?returnLink=true to URL or "returnLink": true in body/temp/filenameAPI Authentication: ✅ Enabled
Web Interface: 🔒 Password Protected
Get binary response (original):
curl -X POST "https://print.confy.cc/generate-from-html?type=pdf" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: text/html" \ -d "<html><body><h1>Hello</h1></body></html>" \ --output document.pdf
Get download link (new):
curl -X POST "https://print.confy.cc/generate-from-html?type=pdf&returnLink=true" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: text/html" \ -d "<html><body><h1>Hello</h1></body></html>"
For API documentation and examples, visit the project repository.