supermemory is natively multi-modal, and can automatically detect the content type of the document you are adding. We use the best of breed tools to extract content from URLs, and process it for optimal memory storage.Documentation Index
Fetch the complete documentation index at: https://supermemory.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Automatic Content Type Detection
supermemory automatically detects the content type of the document you’re adding. Simply pass your content to the API, and supermemory will handle the rest.- How It Works
- Best Practices
The content detection system analyzes:
- URL patterns and domains
- File extensions and MIME types
- Content structure and metadata
- Headers and response types
Quick Implementation
All you need to do is pass the content to the/documents endpoint:
supermemory uses Markdowner to extract content from
URLs.
Supported Content Types
supermemory supports a wide range of content formats to ensure versatility in memory creation:Processing Pipeline
Content Detection
supermemory automatically identifies the content type based on the input provided.
Content Extraction
Type-specific extractors process the content with: - Specialized parsing for
each format - Error handling with retries - Rate limit management
Technical Specifications
Size Limits
| Content Type | Max Size |
|---|---|
| Text/Note | 1MB |
| 10MB | |
| Image | 5MB |
| Video | 100MB |
| Web Page | N/A |
| Google Doc | N/A |
| Notion Page | N/A |
| Tweet | N/A |
Processing Time
| Content Type | Processing Time |
|---|---|
| Text/Note | Almost instant |
| 1-5 seconds | |
| Image | 2-10 seconds |
| Video | 10+ seconds |
| Web Page | 1-3 seconds |
| Google Doc | N/A |
| Notion Page | N/A |
| Tweet | N/A |