Quick start
Get your API keys
Your API requests are authenticated using the API key. Any request that doesn't include an API key will return an error.
You can generate an API key from your Developer page at any time.
Your API key is shown only once when it is generated. Make sure to note it down securely. If you lost it you can regenerate it again from the same page.
Make your first request
To make your first request, create a template from PDFgen app and get the template_id
using which you can generate PDFs.
Create a PDF
POST
https://pdfgen.com/api/v1/create
Generate PDF using template ID
Headers
Name
Type
Value
Content-Type
string
application/json
X-API-Key*
string
<API-Key>
Request body
Name
Type
Description
template_id
*
string
export_type
string
"url" or "file" Default: "file"
Response
Last updated