Skip to main content
GET
https://api.memcontext.in
/
api
/
memories
/
profile
Get user profile context
curl --request GET \
  --url https://api.memcontext.in/api/memories/profile \
  --header 'X-API-Key: <api-key>'
{
  "static": [
    "<string>"
  ],
  "dynamic": [
    "<string>"
  ]
}

Authorizations

X-API-Key
string
header
required

API key created from the MemContext dashboard. Keys are prefixed with mc_.

Query Parameters

scope
string

Hard isolation boundary. When provided, profile context is built only from that scope. Omit to use only unscoped/global memories.

Maximum string length: 200
project
string

Scope the profile to a specific project within the selected scope.

Response

200 - application/json

Profile context.

static
string[]
required

Stable preferences and facts.

dynamic
string[]
required

Recent context from the last 14 days.