Get started
Pritset helps you generate PDF documents from DOCX templates using a simple API.
Upload a .docx template, add placeholders for dynamic data, send JSON through the API, and receive a generated PDF document. This is useful for invoices, reports, receipts, healthcare reports, contracts, resumes, certificates, and other documents that your application needs to create automatically.
Pritset is built for developers, but the document layout can still be edited by non-developers in Microsoft Word, LibreOffice, or any editor that supports DOCX files.
What you can do with Pritsetโ
With Pritset, you can:
- Manage DOCX templates in the portal and wiht API
- Generate PDFs from templates through the API
- Pass document data as JSON
- Use webhooks for longer or asynchronous processing
- Track your usage and available balance
- Start testing with free request credit after registration
How it worksโ
The basic flow is simple:
- Create an account or sign in to the portal.
- Upload your DOCX template.
- Add placeholders to the template.
- Send JSON data to the API.
- Receive the generated PDF document.
Prerequisitesโ
Before you start, create a Pritset account or Signin to the portal.
After signing in, you can upload your first template, get your API credentials from the profile page, and make your first document generation request.

Example templatesโ
Want to see ready-to-use templates first?
You can check the Pritset examples repository with sample DOCX templates, JSON payloads, and generated PDF results.
Open GitHub examples
Next stepsโ
To continue, read the Portal section to learn how to manage templates, or go directly to the API section to start integrating Pritset into your application.