---
title: "Bulk create notes"
method: POST
path: "/v1/notes/bulk"
tags: ["CRM"]
---

# Bulk create notes

`POST /v1/notes/bulk`

Creates up to 100 notes and maps them to account/contact references.

## Request body

- NoteInput[]
  - `note` object, required
    - `title` string, required
    - `content` string, nullable
  - `account_domains` string[], nullable
  - `contact_emails` string[], nullable

## Response `200`

Notes were created.

- ApiResponse
  - `success` boolean
  - `message` string
  - `data` unknown

## Other responses

- `201` — Notes were created.
- `400` — The request failed validation.
- `401` — The API key is missing, invalid, or not allowed to access this route.
- `429` — The route rate limit was exceeded.

---

[API](https://skmtc.net/octolane-org/apis/octolane-public-api.md) · [All operations](https://skmtc.net/octolane-org/apis/octolane-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/octolane-org/octolane-public-api/revisions/8c7700f1eeec/schema)
