Skip to main content
GET
/
v1
/
memory
/
search
Search memory (cross-project)
curl --request GET \
  --url https://api.example.com/v1/memory/search
Search memories across all projects using semantic similarity. This endpoint is useful when patterns or decisions in one project may apply to another.
q
string
Search query. Matched against memory content using vector similarity.
curl "https://api.getkommit.ai/v1/memory/search?q=authentication%20approach" \
  -H "Authorization: Bearer km_your_api_key"