Skip to main content
POST
/
v1
/
memories
/
search
Search memories
curl --request POST \
  --url https://pnbr.io/v1/memories/search \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "query": "<string>",
  "limit": 123,
  "project_id": "<string>"
}
'

Authorizations

Authorization
string
header
required

A pnbr- API key. Project-scoped keys make project_id implicit; org-scoped keys require it.

Body

application/json
query
string
limit
integer
project_id
string

Response

200

Matching memories with adjacent edges.