Create your account and generate your first PDF
curl -X POST "https://peedief.com/api/pdf" \ -H "x-api-key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "html": "<html><body><h1>My First PDF</h1><p>Hello World!</p></body></html>", "fileName": "my-first-pdf.pdf" }'