mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-28 05:25:33 +00:00
Documentation edits made through Mintlify web editor
This commit is contained in:
parent
c2ce340d18
commit
0759a4f442
1 changed files with 1 additions and 1 deletions
|
|
@ -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."}'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue