From 0b72d4ffc0ef229fc60b220df8352b4e4b8c5588 Mon Sep 17 00:00:00 2001 From: Supermemory code review <41898282+Supermemory code review@users.noreply.github.com> Date: Wed, 10 Jun 2026 13:50:29 +0000 Subject: [PATCH] fix(docs): correct API endpoint versions in self-hosting overview Update line 29 to use correct API versions: - /v4/search (was /v3/search) - /v4/profile (was "user profiles") Co-authored-by: Dhravya Shah --- apps/docs/self-hosting/overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/self-hosting/overview.mdx b/apps/docs/self-hosting/overview.mdx index 7d1d4171..b9db33e4 100644 --- a/apps/docs/self-hosting/overview.mdx +++ b/apps/docs/self-hosting/overview.mdx @@ -26,7 +26,7 @@ Run the binary with nothing set and you get a complete memory system: - **The Supermemory graph engine, embedded** — created automatically on first boot. No database to stand up, no connection strings. - **Built-in local embeddings** — vectors are computed on your machine. Nothing is sent anywhere to be embedded. - **An API key, generated for you** — printed on first boot, ready to paste into any SDK. -- **The full Memory API** — `/v3/documents`, `/v3/search`, `/v3/memories`, user profiles, spaces, the works. +- **The full Memory API** — `/v3/documents`, `/v4/search`, `/v4/profile`, spaces, the works. The only thing you bring is a model. In production, Supermemory runs its own proprietary models, purpose-tuned for long-horizon data understanding and memory extraction. Self-hosted, the same pipeline runs on whatever model you point it at — OpenAI, Anthropic, Gemini, Groq, or any OpenAI-compatible endpoint. Bring a key and go. Or don't bring one at all: