Endpoint
Request Body
| Parameter | Type | Description |
|---|---|---|
contentQuery | string | Case-insensitive search inside the stored contentPreview (first 500 chars) |
query | string | Combined with key search |
tags | string[] | Combined with tag filter |
type | string | Filter by memory type |
Content search uses the first 500 characters of text stored at write time as the
contentPreview.
Encrypted and binary content is not indexed for content search.Response
Same as Keyword Search — returns{ results, count }.
Credit Cost
This operation costs 1 credit (
search).
