Skip to main content
POST
Create memories directly

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
memories
object[]
required

Array of memories to create

Required array length: 1 - 100 elements
containerTag
string
required

The space / container tag these memories belong to.

Maximum string length: 100
Pattern: ^[a-zA-Z0-9_:-]+$
Example:

"user_123"

Response

Memories created successfully

Response after creating memories

documentId
string | null
required

ID of the source document created

memories
object[]
required