aboutsummaryrefslogtreecommitdiff
path: root/apps/docs
diff options
context:
space:
mode:
authorDhravya Shah <[email protected]>2025-04-10 11:22:18 -0700
committerDhravya Shah <[email protected]>2025-04-10 11:22:18 -0700
commit0759a4f44234f1e1562b7e0777e4cf342defab40 (patch)
tree4e3058e0d0457cae4962764bf785c1d8dc8cfb1b /apps/docs
parentDocumentation edits made through Mintlify web editor (diff)
downloadsupermemory-0759a4f44234f1e1562b7e0777e4cf342defab40.tar.xz
supermemory-0759a4f44234f1e1562b7e0777e4cf342defab40.zip
Documentation edits made through Mintlify web editor
Diffstat (limited to 'apps/docs')
-rw-r--r--apps/docs/quickstart.mdx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/docs/quickstart.mdx b/apps/docs/quickstart.mdx
index 4d94b5bc..bf7b2f6b 100644
--- a/apps/docs/quickstart.mdx
+++ b/apps/docs/quickstart.mdx
@@ -48,7 +48,7 @@ Try it out in the [API Playground](/api-reference/endpoints/add-new-content)
## Search your memories
```bash
-curl -X GET https://v2.api.supermemory.ai/search \
+curl -X POST https://v2.api.supermemory.ai/search \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"q": "This is the content of my first memory."}'