Skip to main content

Templi docs

Templi turns document workflows into reliable APIs. These docs cover the core concepts, how to render templates, and the API payload format so you can ship quickly.

What you can do

  • Create workspaces that group templates, members, and API keys.
  • Upload .docx templates and tag them for access control.
  • Render documents with the /apply endpoint and receive DOCX or PDF output.

Your first steps

  1. Create a workspace in the Templi dashboard.
  2. Upload a template and verify its placeholders.
  3. Create an API key with RENDER permission.
  4. Call the /apply endpoint with a JSON payload.

Ready to go? Start with the quickstart.