---
title: "Creates a New Template in the User’s Account"
method: POST
path: "/templates/create"
tags: ["templates"]
---

# Creates a New Template in the User’s Account

`POST /templates/create`

Creates a new Template in the User’s Account

## Request body

- object
  - `uid` string — The UID of the logged-in user
  - `name` string — the new name of the template
  - `message` string

## Response `200`

successful operation

- Template[]
  - `id` integer — the unique ID of the Template
  - `category_id` integer — the ID of the category to which this template belongs
  - `name` string — The name of the Template
  - `message` string — The actual message of the template

---

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