---
title: "Create a new template"
method: POST
path: "/template"
tags: ["template"]
---

# Create a new template

`POST /template`

Create a new template

## Request body

- TemplateCreate
  - `title` string
  - `content` string

## Response `201`

banner was created successfully.

- Template
  - `id` string, long
  - `title` string
  - `content` string

---

[API](https://skmtc.net/office-of-national-statistics/apis/ras-rm-banner-service.md) · [All operations](https://skmtc.net/office-of-national-statistics/apis/ras-rm-banner-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/office-of-national-statistics/ras-rm-banner-service/revisions/d00878b65739/schema)
