v24

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-08-012843108.3 KB
Memories

Create Memory

Create a new memory for the authenticated user.

  • content: The content of the memory (1-500 characters)
  • category: Memory category (auto-categorized if not provided)
  • visibility: Visibility: public or private (default: private)
  • tags: List of tags associated with the memory
post/v1/dev/user/memories

Request body

category'interesting' | 'system' | 'manual' | 'workflow' | 'core' | 'hobbies' | 'lifestyle' | 'interests' | 'habits' | 'work' | 'skills' | 'learnings' | 'other' | 'auto'
contentstring required

The content of the memory

tagsstring[]

Tags associated with the memory

visibilitystring

Visibility: public or private

Response

Successful Response

category'interesting' | 'system' | 'manual' | 'workflow' | 'core' | 'hobbies' | 'lifestyle' | 'interests' | 'habits' | 'work' | 'skills' | 'learnings' | 'other' | 'auto'
contentstring
created_atstring date-time nullable
editedboolean
idstring required
manually_addedboolean
reviewedboolean
scoringstring nullable
tagsstring[]
updated_atstring date-time nullable
user_reviewboolean nullable
visibilitystring nullable