Authentication
Head to supermemory’s Developer Platform built to help you monitor and manage every aspect of the API. All API requests require authentication using an API key. Include your API key as follows:Installing the clients
You can use supermemory through the APIs, or using our SDKsAdd your first memory
Content Processing
Processing steps
Processing steps
When you add content to supermemory, it goes through several processing steps:
- Queued: Initial state when content is submitted
- Extracting: Content is being extracted from the source
- Chunking: Content is being split into semantic chunks
- Embedding: Generating vector embeddings for search
- Indexing: Adding content to the search index
- Done: Processing complete
Advanced Chunking
Advanced Chunking
The system uses advanced NLP techniques for optimal chunking:
- Sentence-level splitting for natural boundaries
- Context preservation with overlapping chunks
- Smart handling of long content
- Semantic coherence optimization