---
title: "Create text template"
method: POST
path: "/template/"
tags: ["templatetext"]
---

# Create text template

`POST /template/`

Create a new html/text template. This probably isn't the method you are looking for. You can use the 'text' attribute in /document/ to create and send your HTML as a signing document in one call.

## Request body

- TemplatePost
  - `title` string, required
  - `group` string, required
  - `latest_text` string, required — text/html for template
  - `user` string — assign to a user if not api user

## Response `201`

operation successful

---

[API](https://skmtc.net/legalesign/apis/legalesign-api.md) · [All operations](https://skmtc.net/legalesign/apis/legalesign-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/legalesign/legalesign-api/versions/3bf301e758f2/schema)
