---
title: "Create a new note style template"
method: POST
path: "/v1/note-styles"
tags: ["Note Styles"]
---

# Create a new note style template

`POST /v1/note-styles`

Creates a note style

## Request body

- CreateNoteStylePayload
  - `sampleNote` string, required — Sample note text to base the style on
  - `instructions` string[] — Optional instructions for note generation

## Response `200`

Note style response

- CreateNoteStyleResponse
  - `status` string — Status of the response
  - `data` object
    - `template` string — The created note style
  - `date` string, date-time — Timestamp of the response

## Other responses

- `400` — unexpected error

## Changes

- **2025-05-09** `87ed6bc1a434` — 2 info
  - api operation id `createNoteStyle` was added
  - api tag `Note Styles` added
- **2025-03-11** `f3266ed48d76` — 1 breaking
  - the request property `sampleNote` became required

[Change history](https://skmtc.dev/sullyai/apis/sully-api/changes/v1/note-styles/post.md)

---

[API](https://skmtc.dev/sullyai/apis/sully-api.md) · [All operations](https://skmtc.dev/sullyai/apis/sully-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sullyai/sully-api/revisions/a6ecf503233c/schema)
