Mem It
The easiest way to remember something
POST https://api.mem.ai/v2/mem-it
String—of literally any format—representing the thing you want to rememeber.
For example, you could send the HTML of an entire website to Mem, like this recipe you come across:
Or, you could send a meeting transcript:
Or, you could send a single one-liner of a recommendation you want to rememember to read:
By default, Mem will look at your input and determine what to do with it based on what other content you already have in Mem.
However, you can optionally provide Mem instructions on how you’d like Mem to interpret or handle the input you provide.
For example, continuing off the the examples above, you might provide the following instructions per input:
Example Input Format | Example Instructions |
---|---|
HTML Content from AllRecipes.com | Save this as a recipe note with just a title, ingredients, and instructions. |
Meeting Transcript | 1. Create a summary note of the meeting with a tl;dr and key points 2. Update my running project docs with all key updates from the meeting |
Plain Text Recommendation | Save the recommendation to one of my restaurants, reading, movies, or tv show lists. Make sure to pull in the genre/author/director/etc from the internet. |
If provided, this informs Mem of the date and time at which the input “occured”. This is used as context for creation and organization of content.
For example, if you’re memming a meeting transcript, you may choose to provide the timestamp of when the meeting occured.
If this isn’t provided, the current date and time be used.
A title for the source that’ll be rendered in the UI to represent the original input that any created notes or edited notes were derived from.
For example
Example Input Format | source_title |
---|---|
HTML Content from AllRecipes.com | This 2-Ingredient Puff Pastry Appetizer Is Seriously Show-Stopping |
Meeting Transcript | Meeting Transcript: Kevin Moody and Katie Yoon |
Plain Text Recommendation | n/a, you wouldn’t have a source title in this case |
The URL of the source you obtained the input information from.
For example:
Example Input Format | source_url |
---|---|
HTML Content from AllRecipes.com | https://www.allrecipes.com/2-ingredient-puff-pastry-tarte-de-soleil-7552499 |
Meeting Transcript | n/a, you wouldn’t have a source URL in this case |
Plain Text Recommendation | n/a, you wouldn’t have a source URL in this case |