Sign up for a free account, grab your API key from the dashboard, and make your first PDF conversion with a single API call. No credit card required.
curl -X POST https://api.pdfgenpro.com/v1/convert \
-H "Authorization: Bearer YOUR_API_KEY" \
-F "file=@report.docx" \
--output report.pdf