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

project
string

Scope the profile to a specific project.

Response

200 - application/json

Profile context.

static
string[]
required

Stable preferences and facts.

dynamic
string[]
required

Recent context from the last 14 days.