API Reference
Distinct scope and project values for the tenant (filter population)
GET
Distinct scope and project values for the tenant (filter population)
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl --request GET \
--url https://3ngram-server-production.up.railway.app/api/v1/memories/facets \
--header 'X-API-Key: <api-key>'{
"projects": [
"<string>"
],
"scopes": [
"<string>"
]
}curl --request GET \
--url https://3ngram-server-production.up.railway.app/api/v1/memories/facets \
--header 'X-API-Key: <api-key>'{
"projects": [
"<string>"
],
"scopes": [
"<string>"
]
}