---
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

---

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