update:docs

This commit is contained in:
Dhravya Shah 2025-04-05 16:32:19 -07:00
parent c34a3352ac
commit 9d6b56793a
4 changed files with 12 additions and 5 deletions

View file

@ -1,3 +1,6 @@
---
openapi: post /add
---
---
If i write something here, what happens?

View file

@ -22,7 +22,7 @@ Introducing the Supermemory API. An _affordable_, _easy-to-use_, and _production
Trusted by Open source [9k\+ stars](https://git.new/memory), one of the fastest [growing projects in Q3 2024](https://runacap.com/ross-index/q3-2024/), Product of the day on [ProductHunt](https://www.producthunt.com/posts/supermemory).
...and thousands of you\\!
...and thousands of you\!
## Why Supermemory?

View file

@ -55,7 +55,7 @@
],
"navigation": [
{
"group": "Get Started",
"group": "Get Started (5 mins)",
"pages": ["introduction", "quickstart", "self-hosting"]
},
{

View file

@ -1,5 +1,5 @@
---
title: "Getting Started"
title: "Get Started (5 mins)"
description: "Start using Supermemory API in under 5 minutes"
---
@ -20,6 +20,10 @@ To use the Supermemory API, you'll need:
</Accordion>
</AccordionGroup>
For even starter quickstart, you can use our API playground here - [API Playground](/api-reference/endpoints/add-new-content)
You can also browse the postman collection - [Postman Collection](https://documenter.getpostman.com/view/21641015/2sB2cUBhvq#cf679c90-d60b-4d0d-a7aa-a909e97e41c3)
## Base URL
All API requests should be made to:
@ -45,7 +49,7 @@ Try it out in the [API Playground](/api-reference/endpoints/add-new-content)
```bash
curl -X GET https://v2.api.supermemory.ai/search \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"q": "This is the content of my first memory."}'
```