Fency.ai
Memories

Memories

Stored data that can be created, updated, and retrieved for your application.

The memory object represents stored data that can be created, updated, and retrieved. Memories support custom metadata and content that can be used to persist information for your application.

You can create memories by text, URL, or file upload. See Uploading files for memories and Memory uploads for the file flow. Use Memory download links to retrieve a file later, and Memory bulk jobs to upsert or delete many memories at once.

The memory object

AttributeTypeDescription
idstringThe unique identifier of the memory.
createdAtstringWhen the memory was created.
updatedAtstringWhen the memory was last updated.
sourceTypestringThe source type of the memory (TEXT, URL, FILE, or METADATA).
typeIdstringThe type identifier for the memory.
titlestringThe title of the memory.
contentstringThe full content of the memory.
contentPartsnumberThe number of content parts in the memory.
contentStatusstringOne of EMPTY, SYNCHRONIZING, SYNCHRONIZED, or SYNCHRONIZATION_ERROR.
metadataobjectCustom key-value metadata for the memory.

On this page