To start rendering emails, PDFs, or DOCX files from your backend using Liquid templates, you’ll first need to authenticate with our API. This is done using a personal API key linked to your account.
To connect to the API, you’ll need an API key. Here’s how to generate one for your account:
Log in to your dashboard
Sign in with your credentials.
Open Account Settings
Click on your profile/avatar(in the bottom left)
Go to the API Keys Section
Look for a section called Token.
Generate a New API Key
Click Create API Key or Generate Token.
Copy and Save Your API Key
Once your API key is set up, you’re ready to start sending data and Liquid templates to the API to generate fully rendered documents whether it's a personalized email, an invoice PDF, or a DOCX contract. The service is designed for developers building CRUD-style backends or SaaS tools that need flexible, on-demand document rendering.
Security Tip:
Your API key provides access to your account’s data. Keep it secret don’t share it or expose it in public repositories.