Get Started
Getting Started
Start using Supermemory API in under 5 minutes
To use the Supermemory API, you’ll need:
- An API key (get one by signing up at supermemory.ai)
- Basic understanding of REST APIs
- A tool to make HTTP requests (like curl, Postman, or your favorite programming language)
Base URL
All API requests should be made to:
Add your first memory
This will add a new memory to your Supermemory account.
Try it out in the API Playground
Search your memories
Try it out in the API Playground
Get your memories
This will return a list of all your memories.
Try it out in the API Playground
That’s it! You’ve now added your first memory and searched for it.
Was this page helpful?