Skip to content

Managing templates (blueprints)

Templates in the API

Process templates (referred to as “Checklists” or “Blueprints” in the API) define the structure of your repeatable processes. While in the Tallyfy user interface these are called Templates, the API endpoints consistently use the term Blueprints to refer to the same objects.

Use the API to create, retrieve, update, and manage these templates/blueprints. Refer to the individual pages for specific request details and code examples.

Templates > List templates

An API endpoint documentation for retrieving process templates from organizations with code examples in JavaScript Python Java and Go along with details about request headers query parameters and response format.

Documenting > Templates

Tallyfy templates serve as reusable blueprints for standardizing business processes and documents to ensure consistent work execution while reducing errors and enabling efficient scaling across organizations.

Templates > Create a template

This API endpoint enables creation of new process templates within organizations by sending a POST request with template configuration including title type ownership permissions and various customization options through multiple programming language implementations.