Query Data
Prerequisites
Requires a user auth token. See the API Auth section.
Querying data - API
This endpoint retrieves the stored data based on the meaning of the query. The endpoins requires:
Database name:
db
A collection name:
collection
An text string to search about:
search
optional
count
: the number of matches to return. Defaults to 3optional
metadataFilters
: to further filter data by metadata. Please see subpage
Sample Response
Returns a list of matching responses.
Last updated