Search Memories V2
Documentation Index
Fetch the complete documentation index at: https://help.memoryplugin.com/llms.txt
Use this file to discover all available pages before exploring further.
Image Memories
Search results may include image memories alongside text memories. Image memories are returned as objects with additional fields:content_type: "image"— identifies this as an image memoryimage_url— a signed URL to view the image (expires after 4 hours)image_description— AI-generated description of the image content
Filtering by Content Type
Use thecontentType query parameter to filter results:
Example Response with Image Memories
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Optional bucket ID to filter memories
Number of memories to retrieve
Fetch all memories
Fetch latest memories
Search query for memories
Client source identifier (e.g., 'chatgpt' for ChatGPT requests)
Number of memories to skip for pagination. Zero-indexed: skip=0 starts from first memory, skip=10 skips first 10 memories and starts from 11th. Used primarily with token limiting to load additional memories beyond the initial response.
x >= 0When true, text memories are returned as objects with id and text fields instead of plain strings. Useful for clients that need to reference specific memories for edit or delete operations.
Filter memories by content type. Use text for text-only memories, image for image-only memories. Omit to return all memories.
text, image Response
Successful response with memories and buckets