Quickstart
Make your first API call in minutes
API Reference
Explore and implement the Mem API endpoints
Support
Help Center
Find answers to frequently asked questions
Service Status
Check the status of Mem services
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl "https://api.mem.ai/v2/mem-it" \
--header "Content-Type: application/json" \
--header "Authorization: Bearer $MEM_API_KEY" \
--data '{
"input": "Note to self: Read the rest of the Mem API docs instead of just copying this example",
"instructions": "File under 'things I should actually do'"
}'