Add an existing note to an existing collection. This operation only creates the membership link and does not modify note or collection content. Use create endpoints to create notes or collections.
Documentation Index
Fetch the complete documentation index at: https://docs.mem.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
UUID of the collection that will receive the note. Use an ID returned by create/list/search. The caller must be able to contribute to this collection.
UUID of the note to add. Use an ID returned by create/list/search. The caller must be able to access this note.
OK
Identifier for this API request. Useful for tracing and support.