{"info":{"_postman_id":"f801e480-2e84-4956-aa21-9b35d052ade9","name":"Supermemory API","description":"<html><head></head><body><p>We built <a href=\"https://supermemory.ai\">Supermemory</a> and scaled the RAG system to 10,000,000+ documents and multiple thousands of users.<br>We faced challenges. It turns out that building scalable, reliable, production-ready Memory layer is pretty hard.</p>\n<p>Introducing the Supermemory API. An <em>affordable</em>, <em>easy-to-use</em>, and <em>production-ready</em> Memory API for the AI era.</p>\n<img src=\"https://content.pstmn.io/73990dcb-db4b-4c5a-8cf6-a2d485451489/aW1hZ2UucG5n\" width=\"332\" height=\"190\">\n\n<p>Trusted by Open source <a href=\"https://git.new/memory\">9k+ stars</a>, one of the fastest <a href=\"https://runacap.com/ross-index/q3-2024/\">growing projects in Q3 2024</a>, Product of the day on <a href=\"https://www.producthunt.com/posts/supermemory\">ProductHunt</a>.</p>\n<p>...and thousands of you!</p>\n<p>To get started, you can read through this file.</p>\n<h2 id=\"getting-the-key\">Getting the key</h2>\n<p>You can get the API key at <a href=\"https://dev.supermemory.ai\">https://dev.supermemory.ai</a></p>\n<p>An organization is automatically created when you sign up.</p>\n<p>You can also see analytics, provision other resources and invite users to your organization.</p>\n<p>Once this is done, set your API key in the collection, and send requests with the header <code>x-api-key</code></p>\n<h2 id=\"base-url\">Base URL</h2>\n<p>Base URL for the api is <a href=\"https://v2.api.supermemory.ai\">https://v2.api.supermemory.ai</a></p>\n<blockquote>\n<p>The baseURL might change in the future, but all requests will be redirected and users will be notified.</p>\n</blockquote>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"21641015","collectionId":"f801e480-2e84-4956-aa21-9b35d052ade9","publishedId":"2sB2cUBhvq","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"3B82F6"},"publishDate":"2025-04-05T22:55:19.000Z"},"item":[{"name":"Add content","id":"cf679c90-d60b-4d0d-a7aa-a909e97e41c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"content\": \"<string>\",\n  \"metadata\": {\n    \"consequat37\": \"<string>\",\n    \"in260\": \"<string>\"\n  },\n  \"id\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"/add","description":"<p>Add a new memory with content and metadata.</p>\n<p>Fields:</p>\n<p><code>content</code>: string</p>\n<p><code>id</code>: string</p>\n<p><code>metadata</code>: Record</p>\n<p>The <code>content</code> can be of the following types:</p>\n<ul>\n<li><p>note / Markdown</p>\n<ul>\n<li>If it is a markdown, all the images inside <code>![]</code> image tags will automatically be parsed.</li>\n</ul>\n</li>\n<li><p>pdf</p>\n</li>\n<li><p>tweet</p>\n</li>\n<li><p>google_doc</p>\n</li>\n<li><p>notion_doc</p>\n</li>\n<li><p>webpage URL</p>\n<ul>\n<li>Images and other content is also intelligently parsed in case of a webpage.</li>\n</ul>\n</li>\n</ul>\n<p>The metadata provided is a JSON object.</p>\n<p>for eg.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"classId\": \"21412\",\n   \"year\": \"fifth\"\n}\n\n</code></pre>\n<p>If you wish to do exact searches, please use strings. But if you want to search in a range (time, numbers, prices), you can use numbers too.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"price\": 1250\n}\n\n</code></pre>\n<p>More about [metadata filtering here](<a href=\"https://docs.supermemory.ai/essentials/metadata-filtering\">https://docs.supermemory.ai/essentials/metadata-filtering</a>)</p>\n<p>The <code>id</code> is optional. If provided, supermemory will store the same ID as your internal database. This can help for retrieval purposes.</p>\n<p>If the <code>id</code> already exists, supermemory will update it instead.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"f801e480-2e84-4956-aa21-9b35d052ade9","id":"f801e480-2e84-4956-aa21-9b35d052ade9","name":"Supermemory API","type":"collection"}},"urlObject":{"path":["add"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"70441411-c1d5-4ce5-905e-c2143fec4683","name":"Memory added successfully","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"content\": \"<string>\",\n  \"metadata\": {\n    \"ullamco_0c\": \"<string>\",\n    \"incididunt_66\": \"<string>\"\n  },\n  \"spaceIds\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"summarizeMemories\": false,\n  \"id\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"/add"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<string>\",\n  \"status\": \"<string>\"\n}"},{"id":"8683a9c5-07de-48fa-b166-447e4295b416","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"content\": \"<string>\",\n  \"metadata\": {\n    \"ullamco_0c\": \"<string>\",\n    \"incididunt_66\": \"<string>\"\n  },\n  \"spaceIds\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"summarizeMemories\": false,\n  \"id\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"/add"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<string>\"\n}"}],"_postman_id":"cf679c90-d60b-4d0d-a7aa-a909e97e41c3"},{"name":"Search content","id":"a4c0de20-9105-4ef5-bb56-3a102734ba38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"q\": \"<string>\",\n  \"limit\": 10,\n  \"filters\": {},\n  \"categoriesFilter\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"/search","description":"<p>Search through documents with metadata filtering.</p>\n<p>Body:<br /><code>q</code>: Your search query</p>\n<p><code>limit</code>: Number of documents you want to get</p>\n<p><code>filters</code>: Filters can be applied as <code>AND, OR, negate, numeric</code> types. You can read more about it here - <a href=\"https://docs.supermemory.ai/essentials/metadata-filtering\">https://docs.supermemory.ai/essentials/metadata-filtering</a></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"f801e480-2e84-4956-aa21-9b35d052ade9","id":"f801e480-2e84-4956-aa21-9b35d052ade9","name":"Supermemory API","type":"collection"}},"urlObject":{"path":["search"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"e360d4cc-7311-4af7-b131-3395f1aae561","name":"Search results","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"q\": \"<string>\",\n  \"limit\": 10,\n  \"filters\": {},\n  \"categoriesFilter\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"results\": [\n    {\n      \"documentId\": \"<string>\",\n      \"chunks\": [\n        {\n          \"content\": \"<string>\",\n          \"isRelevant\": \"<boolean>\"\n        },\n        {\n          \"content\": \"<string>\",\n          \"isRelevant\": \"<boolean>\"\n        }\n      ],\n      \"score\": \"<number>\",\n      \"documentSummary\": \"<string>\",\n      \"metadata\": {\n        \"ad6d\": {},\n        \"sint7\": {},\n        \"dolorea45\": {},\n        \"minimf\": {},\n        \"qui79\": {}\n      },\n      \"title\": \"<string>\",\n      \"createdAt\": \"<string>\",\n      \"updatedAt\": \"<string>\"\n    },\n    {\n      \"documentId\": \"<string>\",\n      \"chunks\": [\n        {\n          \"content\": \"<string>\",\n          \"isRelevant\": \"<boolean>\"\n        },\n        {\n          \"content\": \"<string>\",\n          \"isRelevant\": \"<boolean>\"\n        }\n      ],\n      \"score\": \"<number>\",\n      \"documentSummary\": \"<string>\",\n      \"metadata\": {\n        \"Excepteure50\": {},\n        \"culpa_0f\": {}\n      },\n      \"title\": \"<string>\",\n      \"createdAt\": \"<string>\",\n      \"updatedAt\": \"<string>\"\n    }\n  ]\n}"},{"id":"738c3d67-73f8-4e66-aca9-fa7aa91a7436","name":"Invalid request parameters","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"q\": \"<string>\",\n  \"limit\": 10,\n  \"filters\": {},\n  \"categoriesFilter\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"/search"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<string>\"\n}"},{"id":"0e878632-45ba-4280-bfd1-fbd88f515dc3","name":"Server error","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"q\": \"<string>\",\n  \"limit\": 10,\n  \"filters\": {},\n  \"categoriesFilter\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"/search"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<string>\"\n}"}],"_postman_id":"a4c0de20-9105-4ef5-bb56-3a102734ba38"},{"name":"put Settings","id":"b33bec8e-3805-4637-91f7-ce5bc213eecb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"shouldLLMFilter\": \"<boolean>\",\n  \"categories\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"filterPrompt\": \"<string>\",\n  \"includeItems\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"excludeItems\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"filterTags\": [\n    {\n      \"tag\": \"<string>\",\n      \"score\": \"<number>\"\n    },\n    {\n      \"tag\": \"<string>\",\n      \"score\": \"<number>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"/settings","description":"<p>Update settings for an organization.</p>\n<p>You may want supermemory to categorise all memories in buckets and then filter accordingly.</p>\n<p>For eg:<br /><code>user_dissatisfied, user_angry, user_happy</code></p>\n<p>might be your categories.</p>\n<p>When searching, let's say you want to find every time an angry user churned out</p>\n<p>You can search for <code>churned out</code>, with a filter for <code>category_user_angry</code></p>\n<p>To enable this feature, you can use the PUT <code>/settings</code> endpoint.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"f801e480-2e84-4956-aa21-9b35d052ade9","id":"f801e480-2e84-4956-aa21-9b35d052ade9","name":"Supermemory API","type":"collection"}},"urlObject":{"path":["settings"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"cd0330c5-1854-4cbe-93fc-cdc8f091b5a2","name":"Settings updated successfully","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"shouldLLMFilter\": \"<boolean>\",\n  \"categories\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"filterPrompt\": \"<string>\",\n  \"includeItems\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"excludeItems\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"filterTags\": [\n    {\n      \"tag\": \"<string>\",\n      \"score\": \"<number>\"\n    },\n    {\n      \"tag\": \"<string>\",\n      \"score\": \"<number>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\",\n  \"settings\": {\n    \"shouldLLMFilter\": \"<boolean>\",\n    \"categories\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"filterPrompt\": \"<string>\",\n    \"includeItems\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"excludeItems\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"filterTags\": [\n      {\n        \"tag\": \"<string>\",\n        \"score\": \"<number>\"\n      },\n      {\n        \"tag\": \"<string>\",\n        \"score\": \"<number>\"\n      }\n    ]\n  }\n}"},{"id":"cea4aa4d-c216-4400-90d7-648081d7e728","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"shouldLLMFilter\": \"<boolean>\",\n  \"categories\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"filterPrompt\": \"<string>\",\n  \"includeItems\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"excludeItems\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"filterTags\": [\n    {\n      \"tag\": \"<string>\",\n      \"score\": \"<number>\"\n    },\n    {\n      \"tag\": \"<string>\",\n      \"score\": \"<number>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"/settings"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<string>\"\n}"}],"_postman_id":"b33bec8e-3805-4637-91f7-ce5bc213eecb"},{"name":"put Update By Id","id":"cb841a28-4ecd-4db1-a3b1-56be8e927464","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"content\": \"<string>\",\n  \"metadata\": {\n    \"Ut_0\": \"<string>\",\n    \"pariatur_22\": \"<string>\"\n  },\n  \"spaceIds\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"summarizeMemories\": false\n}","options":{"raw":{"language":"json"}}},"url":"/update/:id","description":"<p>Update an existing memory.</p>\n<p>Please note that all existing metadata will be replaced with the new ones.</p>\n<p>You can also use the <code>/add</code> endpoint along with the ID specified.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"f801e480-2e84-4956-aa21-9b35d052ade9","id":"f801e480-2e84-4956-aa21-9b35d052ade9","name":"Supermemory API","type":"collection"}},"urlObject":{"path":["update",":id"],"host":[""],"query":[],"variable":[{"id":"a8f249c1-5caf-4a49-a78b-00b7495862f3","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"0be05f9e-d27a-41b8-831d-ed79389e587a","name":"Memory updated successfully","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"content\": \"<string>\",\n  \"metadata\": {\n    \"commodofa5\": \"<string>\",\n    \"commodo_9a\": \"<string>\"\n  },\n  \"spaceIds\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"summarizeMemories\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"/update/:id","host":[""],"path":["update",":id"],"variable":[{"key":"id","value":"<string>","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<string>\",\n  \"status\": \"<string>\"\n}"},{"id":"954604c3-93cc-4d45-866a-72439aa42c12","name":"Memory not found","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"content\": \"<string>\",\n  \"metadata\": {\n    \"commodofa5\": \"<string>\",\n    \"commodo_9a\": \"<string>\"\n  },\n  \"spaceIds\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"summarizeMemories\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"/update/:id","host":[""],"path":["update",":id"],"variable":[{"key":"id","value":"<string>","description":"(Required) "}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<string>\"\n}"}],"_postman_id":"cb841a28-4ecd-4db1-a3b1-56be8e927464"},{"name":"delete Delete By Id","id":"332615c6-ed9f-4d80-9d2c-1ad357fb8e2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"/delete/:id","description":"<p>Delete a memory</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"f801e480-2e84-4956-aa21-9b35d052ade9","id":"f801e480-2e84-4956-aa21-9b35d052ade9","name":"Supermemory API","type":"collection"}},"urlObject":{"path":["delete",":id"],"host":[""],"query":[],"variable":[{"id":"5e5f1f34-c631-434a-89a4-3f6a33fdc484","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"c846a2b2-99bb-456c-a596-46f7627adfc2","name":"Memory deleted successfully","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"/delete/:id","host":[""],"path":["delete",":id"],"variable":[{"key":"id","value":"<string>","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\"\n}"},{"id":"361d90a4-2b44-4255-a369-f6ca5c1475d5","name":"Memory not found","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"/delete/:id","host":[""],"path":["delete",":id"],"variable":[{"key":"id","value":"<string>","description":"(Required) "}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<string>\"\n}"}],"_postman_id":"332615c6-ed9f-4d80-9d2c-1ad357fb8e2f"},{"name":"get Fastsearch","id":"8b9e7915-d318-416b-8bd8-9c4e28aa0368","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/fastsearch?q=<string>&limit=<string>","description":"<p>Fast, lossy search using quantized embeddings. This can be used in case your app has text completions, or when searching fast is absolutely necessary.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"f801e480-2e84-4956-aa21-9b35d052ade9","id":"f801e480-2e84-4956-aa21-9b35d052ade9","name":"Supermemory API","type":"collection"}},"urlObject":{"path":["fastsearch"],"host":[""],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"q","value":"<string>"},{"key":"limit","value":"<string>"}],"variable":[]}},"response":[{"id":"b8da872a-1bb3-40fc-a23f-7e8115ac799d","name":"Fast search results","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"/fastsearch?q=<string>&limit=<string>","host":[""],"path":["fastsearch"],"query":[{"key":"q","value":"<string>"},{"key":"limit","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"results\": [\n    {\n      \"id\": \"<string>\",\n      \"content\": \"<string>\",\n      \"similarity\": \"<number>\"\n    },\n    {\n      \"id\": \"<string>\",\n      \"content\": \"<string>\",\n      \"similarity\": \"<number>\"\n    }\n  ]\n}"},{"id":"6427690b-08b0-418c-b2c1-914e22ba3daf","name":"Server error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"/fastsearch?q=<string>&limit=<string>","host":[""],"path":["fastsearch"],"query":[{"key":"q","value":"<string>"},{"key":"limit","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<string>\"\n}"}],"_postman_id":"8b9e7915-d318-416b-8bd8-9c4e28aa0368"},{"name":"Create connection with other app","id":"9d5c96ee-a211-4230-afd3-a5ea501692bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/connect/:app?id=<string>&redirectUrl=<string>","description":"<p>You may connect supermemory to other apps.</p>\n<p>when you send a GET request to the <code>/connect:APP?id=&lt;&gt;</code> endpoint, you will get a redirectURL. This is a safe URL that your users can click and select the appropriate files with. Once this is done, supermemory will periodically re-fetch and make sure that the data is always fresh.</p>\n<p>As of right now, these apps are supported:<br />- Notion</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"f801e480-2e84-4956-aa21-9b35d052ade9","id":"f801e480-2e84-4956-aa21-9b35d052ade9","name":"Supermemory API","type":"collection"}},"urlObject":{"path":["connect",":app"],"host":[""],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"id","value":"<string>"},{"key":"redirectUrl","value":"<string>"}],"variable":[{"id":"47312ed4-9199-4b14-b677-01563b9af672","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"app"}]}},"response":[],"_postman_id":"9d5c96ee-a211-4230-afd3-a5ea501692bc"},{"name":"get Connections By Connection Id","id":"66dc3888-e702-4598-9f22-b156644baf05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/connections/:connectionId","description":"<p>Get the connection details using this endpoint.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"f801e480-2e84-4956-aa21-9b35d052ade9","id":"f801e480-2e84-4956-aa21-9b35d052ade9","name":"Supermemory API","type":"collection"}},"urlObject":{"path":["connections",":connectionId"],"host":[""],"query":[],"variable":[{"id":"6ca60ae9-9d29-4abb-8737-fe63fbc535b7","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"connectionId"}]}},"response":[],"_postman_id":"66dc3888-e702-4598-9f22-b156644baf05"}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]}},"event":[{"listen":"prerequest","script":{"id":"1b532e47-d9a6-4705-9223-46ed47822456","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"4c838eaa-0a85-4063-998e-2b718f2d93d1","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"baseUrl","value":"","type":"string"}]}