Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Markdown formatted string representing the collection title.
"Acme Corp"
Optional UUID for the collection. If provided, Mem will create a new note with the given ID.
Examples: • "123e4567-e89b-12d3-a456-426614174000"
Markdown formatted string representing the collection description.
"Anything related to Acme Corp; a software company that provides a suite of tools for managing customer relationships."
When this collection 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 collection 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"