Create note
Create a new note attached to a company or a person. Exactly one of
companyPublicId or personPublicId must be provided.
Documentation Index
Fetch the complete documentation index at: https://docs.concretehq.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key authentication using Bearer token format
Body
Input for creating a note. Exactly one of companyPublicId or personPublicId
must be provided.
Note content in Markdown. Rendered as rich text in the Concrete app.
1"Kickoff call notes…"
When the note's subject matter occurred (ISO 8601). Defaults to now.
"2026-04-15T14:00:00Z"
Topics categorizing the note. Optional — defaults to ["other"] if omitted.
Categorization for a note's subject matter.
periodic-company-update, company-announcement, board-meeting, adhoc-company-update, legal-communication, other ["board-meeting"]Public ID of the company to attach the note to
"abc123def456"
Public ID of the person to attach the note to
"654fed321cba"
Response
Note created successfully
Created note public ID
"abc123def456"

