The Memories.ai API is subject to rate limits defined by per-minute and daily usage caps. Exceeding these limits may result in temporary throttling (Error 429).Documentation Index
Fetch the complete documentation index at: https://api-tools.memories.ai/llms.txt
Use this file to discover all available pages before exploring further.
Specific Rate Limits
| Interface | Rate Limit |
|---|---|
| Upload (local/URL) | 1 Query Per Minute (QPM) |
| Search | 1 Query Per Second (QPS) |
| Chat | 2 QPM |
| Video Marketer | 2 QPM |
| Transcription (Audio/Video) | 1 QPS |
| Summary | 1 QPS |
| List Videos/Sessions | 5 QPS |
| Delete Videos | 5 QPS (max 100 videos/request) |
| Download Videos | 12 QPM |
| Task Status | 1 QPS |
Handling Rate Limits
If a rate limit is exceeded, the API returns a0429 error response. You should implement exponential backoff retry logic in your application.
