Complete reference for the CuratePDF API
curl -X POST "https://api.curatepdf.com/api/generate-pdf" \ -H "X-API-Key: dk_live_your_api_key_here" \ -H "Content-Type: application/json" \ -d '{ "templateId": "template_123456789", "data": { "invoiceNumber": "INV-2024-001", "customerName": "John Doe", "amount": 1250.00 }, "filename": "invoice_2024_001.pdf" }'
https://api.curatepdf.com