curl "https://api.mem.ai/v1/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'"
     }'

If you’re new to Mem, we recommend starting with the quickstart guide.


Support