---
title: "Create a finding template"
method: POST
path: "/v1/finding-template"
tags: ["Finding Templates"]
---

# Create a finding template

`POST /v1/finding-template`

Create a new finding template (Platform Admin only)

## Request body

- CreateFindingTemplateDto
  - `category` string, required — Category of the finding template
  - `title` string, required — Short title of the finding template
  - `content` string, required — Full message content of the finding template
  - `order` number — Display order for the template

## Response `201`

The created finding template

## Other responses

- `401` — Unauthorized
- `403` — Forbidden - Platform admin required

---

[API](https://skmtc.dev/trycompai/apis/comp-ai-api.md) · [All operations](https://skmtc.dev/trycompai/apis/comp-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trycompai/comp-ai-api/revisions/267b1aa90d52/schema)
