---
title: "Mem It"
method: POST
path: "/v2/mem-it"
tags: ["external", "external-v2"]
---

# Mem It

`POST /v2/mem-it`

## Request body

- MemItRequestSchema
  - `context` string, nullable — Additional background information that helps Mem understand how this input relates to your existing knowledge. Examples: • "This is related to my Project Alpha research" • "This is from the quarterly planning meeting" • "This is a follow-up to our discussion yesterday" Maximum of ~10k characters.
  - `input` string, required — Any raw content you want to remember - web pages, emails, transcripts, articles, or simple text. Common Use Cases: • HTML from a webpage • Email text (including headers) • Meeting transcript • Text from a document • Simple notes or thoughts Examples: • "<!DOCTYPE html><html><head><title>AI Trends 2025</title>...</html>" • "[08:47:19] Kevin: Hello...[09:15:22] Meeting ended." • "Check out Atomic Habits by James Clear - recommended by Sarah" Maximum of ~1M characters (~1 MB).
  - `instructions` string, nullable — Optional guidance on how you want this information processed or remembered. Examples: • "Extract the key findings and save as a research note" • "Create a summary with action items and decisions" • "Add to my reading list" Maximum size: approximately 10 KB.
  - `timestamp` string, date-time, nullable — When this information was encountered or created (ISO 8601 datetime string). Defaults to the current date and time. Example: • "2025-04-01T14:30:45Z" • "2023-12-15T09:45:30+01:00" Maximum of ~10k characters.

## Response `200`

OK

- MemItResponseSchema
  - `request_id` string, required

## Other responses

- `429` — Usage quota exceeded

---

[API](https://skmtc.net/mem/apis/mem-api.md) · [All operations](https://skmtc.net/mem/apis/mem-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mem/mem-api/revisions/4023cb07f31f/schema)
