Skip to content

Templates (VectraLabel)

Templates let you save a label structure and reuse it as a starting point for new labels. Use templates to speed up label creation for product lines that share common nutritional profiles or ingredient patterns.

App: VectraLabel → Templates

Save a template

  1. Create and save a label with the nutritional structure you want to reuse.
  2. Click Save as template and give it a descriptive name.

Templates are stored per-tenant and are available to all users in your account.

Create a label from a template

  1. On the Labels page, click New from template.
  2. Select a template from the list.
  3. Adjust the product-specific fields (name, serving size, nutrients).
  4. Validate and save.

Edit and delete templates

  • Edit — update the template's structure; does not affect labels already created from it
  • Delete — removes the template; existing labels are not affected

API

Templates are managed via:

http
GET    /api/v1/labels/templates
POST   /api/v1/labels/templates
PUT    /api/v1/labels/templates/{id}
DELETE /api/v1/labels/templates/{id}

VectraLabel documentation