---
title: "Create Template"
method: POST
path: "/api/proposal-templates"
tags: ["proposal-templates"]
---

# Create Template

`POST /api/proposal-templates`

Create a new org-owned template. Validates the block tree shape first.

## Request body

- ProposalTemplateCreate
  - `name` string, required
  - `description` string, nullable
  - `template_content` object, required
  - `source_proposal_id` string, uuid, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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