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
.docxtemplates and tag them for access control. - Render documents with the
/applyendpoint and receive DOCX or PDF output.
Your first steps
- Create a workspace in the Templi dashboard.
- Upload a template and verify its placeholders.
- Create an API key with
RENDERpermission. - Call the
/applyendpoint with a JSON payload.
Ready to go? Start with the quickstart.