Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Markdown formatted string representing the note content. The first line is automatically interpreted as the title.
"# Meeting with Product Team\n\nDiscussion Topics:\n- Roadmap updates\n- Feature prioritization\n\nAction Items:\n- Schedule follow-up with design\n- Share Q2 priorities document"
Optional UUID for the note. If provided, Mem will create a new note with the given ID.
Examples: • "123e4567-e89b-12d3-a456-426614174000"
Array of strings representing collection IDs to add the note to. If a collection doesn't exist, it will be ignored.
Examples: • ["8a7b6c5d-4e3f-2a1b-0c9d-8e7f6a5b4c3d", "d9696d9d-7bda-481e-9846-dbcfbc2b3833"]
Array of strings representing collection titles to add the note to. Case-insensitive exact match. If a collection with a given title doesn't exist, it will be ignored.
Examples: • ["Acme Corp", "Project Phoenix"]
When this note was created (ISO 8601 datetime string). Defaults to the current date and time.
Example: • "2025-04-01T14:30:45Z" • "2023-12-15T09:45:30+01:00"
When this note was last updated (ISO 8601 datetime string). Defaults to the same as created_at.
Examples: • "2025-04-02T09:15:22Z" • "2023-12-15T09:45:30+01:00"