Templates API

Create and manage reusable form templates. Templates allow you to quickly create new forms based on pre-configured schemas.

List Templates

GET /templates

Lists all available templates in your workspace.

Create Template

POST /templates

Create a new template from an existing form or from scratch. Templates can be shared across environments and team members.

Using Templates

Templates are available in the Platform UI form builder. When creating a new form, you can select a template to start with a pre-configured form schema.

Related