---
title: "Create a new firmware template"
method: POST
path: "/templates/phones"
tags: ["Auto Provisioning"]
---

# Create a new firmware template

`POST /templates/phones`

Create a new firmware template into system.

## Request body

- object
  - `filename` string — Template XML file name for phone provisioning.
  - `content` string — The file content of the template.

## Response `201`

Created

- object
  - `filename` string — Template XML file name for phone provisioning.

## Other responses

- `4XX` — Error

---

[API](https://skmtc.net/portsip/apis/portsip-pbx-rest-api.md) · [All operations](https://skmtc.net/portsip/apis/portsip-pbx-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/portsip/portsip-pbx-rest-api/revisions/577415d4a3d5/schema)
