The universal memory API for the AI era
Stop building retrieval from scratch. Personalise LLMs for your users. Built for developers who ship. Start building DOCS
Stop building retrieval from scratch. Personalise LLMs for your users. Built for developers who ship. Start building DOCS
Without it, even the smartest AI is just an expensive chatbot
const response = await fetch('https://api.supermemory.ai/v3/memories', {
method: 'POST',
headers: {
'Authorization': 'Bearer sm_ywdhjSbiDLkLIjjVotSegR_rsq3ZZKNRJmVr12p4ItTcf'
},
body: JSON.stringify({
content: 'My name is Shreyans.',
// or https://example.com
// or https://example.com/page.pdf
metadata: {
user_id: '123'
}
}),
})
const data = await response.json()
const response = await fetch('https://api.supermemory.ai/v3/memories', {
method: 'GET',
headers: {
'Authorization': 'Bearer sm_ywdhjSbiDLkLIjjVotSegR_rsq3ZZKNRJmVr12p4ItTcf',
},
body: JSON.stringify({
q: "What's my name?"
})
})
const data = await response.json()
const response = await fetch('https://api.supermemory.ai/v3/connections/onedrive', {
method: 'POST',
headers: {
'Authorization': 'Bearer sm_ywdhjSbiDLkLIjjVotSegR_rsq3ZZKNRJmVr12p4ItTcf',
}
});
const data = await response.json();
We’ve seen what it’s like to build memory infrastructure the hard way — so we built supermemory to make it disappear.
Just add api.supermemory.ai/v3 to your OpenAI base URL — and get automatic long-term context across conversations.
Supermemory is built to handle billions of data points with low-latency retrieval — whether you're indexing documents, video, or structured product data.
Connect directly to your existing stack — from Notion to Google Drive to custom CRMs — with flexible APIs and SDKs that let every team tap into memory instantly.
Deploy Supermemory in the cloud, on-prem, or directly on-device — with full control over where and how your data is stored.
Supermemory works with any LLM provider. So you can keep switching, without lock-in.
Supermemory is built for speed and scale. We re-imagined RAG to be faster and more efficient.
Supermemory delivers stronger precision and recall at every benchmark. And it’s ridiculously easy to start.
Supermemory works with any LLM provider. So you can keep switching, without lock-in.
#1 Product of the day at Product hunt
Starred by over 9,000 users on Github
Flow useS supermemory to build the cursor for writing
Medtech Vendors uses supermemory to search through 500k vendors
Mixus uses Supermemory to power co-intelligence Agentic platform