Skip to main content

CreateNoteResponse

@curiouslycory/memai-sdk


@curiouslycory/memai-sdk / CreateNoteResponse

Type Alias: CreateNoteResponse

CreateNoteResponse = object

Defined in: types.ts:284

Response from the Create Note endpoint (MemClient.createNote).

See

Create Note API Documentation

Properties

content

content: string

Defined in: types.ts:292

The final content of the note after processing (e.g., after applying a template or auto-formatting).


created_at

created_at: string

Defined in: types.ts:296

Timestamp (ISO 8601 format) indicating when the note was created.


id

id: string

Defined in: types.ts:286

The unique identifier of the newly created note.


operations

operations: NoteOperation[]

Defined in: types.ts:294

An array of operations performed during the creation of the note.


title

title: string

Defined in: types.ts:288

The title of the newly created note.


updated_at

updated_at: string

Defined in: types.ts:298

Timestamp (ISO 8601 format) indicating when the note was last updated.


url

url: string

Defined in: types.ts:290

The URL to access the newly created note in the Mem application.