add api reference

This commit is contained in:
Dhravya Shah 2025-01-30 22:42:14 -07:00
parent af4c98a27c
commit 5616f30403
10 changed files with 14 additions and 28 deletions

View file

@ -1,3 +0,0 @@
---
openapi: post /chat
---

View file

@ -28,7 +28,8 @@
"tabs": [
{
"name": "API Reference",
"url": "api-reference"
"url": "api-reference/endpoints",
"openapi": "/openapi.json"
},
{
"name": "Changelog",
@ -50,12 +51,6 @@
"name": "X (Twitter)",
"icon": "twitter",
"url": "https://x.com/supermemoryai"
},
{
"name": "API Reference",
"openapi": "/openapi.json",
"url": "api-reference",
"icon": "square-terminal"
}
],
"navigation": [
@ -74,32 +69,26 @@
"essentials/reusable-snippets"
]
},
{
"group": "API Documentation",
"pages": ["api-reference/introduction"]
},
{
"group": "Endpoint Examples",
"pages": [
"api-reference/endpoint/get",
"api-reference/endpoint/create",
"api-reference/endpoint/delete"
]
},
{
"group": "Changelog",
"pages": ["changelog/overview"]
},
{
"group": "API Reference",
"pages": [
"api-reference/endpoints/add-new-content",
"api-reference/endpoints/search-content",
"api-reference/endpoints/create-space",
"api-reference/endpoints/get-user-spaces",
"api-reference/endpoints/import-notion-content",
"api-reference/endpoints/list-memories",
"api-reference/endpoints/list-spaces"
]
}
],
"footerSocials": {
"x": "https://x.com/supermemoryai",
"github": "https://github.com/supermemoryai",
"linkedin": "https://linkedin.com/company/supermemoryai"
},
"api": {
"baseUrl": "https://api.supermemory.ai/v1",
"auth": {
"method": "bearer"
}
}
}