Aquiring An API Key

How to Generate Your API Key

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:

  1. Log in to your dashboard
    Sign in with your credentials.

    Pasted image 20250620110403.png
  2. Open Account Settings
    Click on your profile/avatar(in the bottom left)

    Pasted image 20250620110439.png
  3. Go to the API Keys Section
    Look for a section called Token.

    Pasted image 20250620110500.png
  4. Generate a New API Key

    Click Create API Key or Generate Token.

    Pasted image 20250620110532.png
  5. Copy and Save Your API Key

    • Make sure to click the save icon on the top right.
    • The key will be shown once.
    • Copy it and keep it somewhere secure (for example in a password/secrets manager).
    • You’ll use this key to authenticate your API requests, it can be used as a Bearer Pasted image 20250620110549.png

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.

Get started for freeInteractive demo