Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Database ID to query topics from
Response
Memory topics retrieved successfully
The response is of type string[]
.
Retrieve all unique topics associated with memories in the system. Useful for filtering and categorizing memories by topic.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Database ID to query topics from
Memory topics retrieved successfully
The response is of type string[]
.