POST
/
v1
/
memory

Overview

The Memory API enables you to create text memories programmatically in your memory stack.

Headers

Content-Type
string
required

The type of content being sent. Must be application/json

x-api-key
string
required

Your unique API key (found in App under Settings)

Body

Text
string
required

Plain text memories to upload to your stack

Example
"My first memory with Personal AI"
CreatedTime
string

Time (including timezone) of the memory. Defaults to current time if not specified.

Example
"Wed, 28 Jul 2021 13:30:00 PDT"
SourceName
string
required

The source or application of memory to help you recall where it is from

Example
"Notes"
RawFeedText
string

The formatted text that can be stored as it is

Example
"My <b>first</b> memory with Personal AI"
DomainName
string

The AI persona where the memory will be uploaded. This is the prefix before .personal.ai

Example
"ai-climbing"
Tags
string

Comma delimited list of tags for the memory

Example
"pet,dog,woof woof"

Example Responses

type
string

Type of response (memory)

payload
array

Array containing the memory data