Skip to main content
POST
Recall memories semantically or by neighborhood walk.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
query
string

Semantic query. Provide exactly one of query or seed_id.

seed_id
string

Neighborhood-walk seed. Provide exactly one of query or seed_id.

depth
integer

BFS walk depth (with seed_id).

Required range: 1 <= x <= 3
scope_id
string
expand
enum<string>[]

Edge-expansion mode for recall.

Available options:
provenance,
related
filters
object
metadata_filter
object
limit
integer
default:20
Required range: 1 <= x <= 100

Response

Success

success
enum<boolean>
required
Available options:
true
data
object
required
meta
object