Skip to main content
GET
/
api
/
v1
/
system-prompt
Get System Prompt
curl --request GET \
  --url https://api.recallrai.com/api/v1/system-prompt \
  --header 'X-Recallr-Api-Key: <x-recallr-api-key>' \
  --header 'X-Recallr-Project-Id: <x-recallr-project-id>'
{
  "system_prompt": "You are an AI assistant with memory..."
}

Headers

X-Recallr-Project-Id
string<uuid>
required
X-Recallr-Api-Key
string
required

Query Parameters

recall_strategy
enum<string>
required

Type of recall strategy.

Available options:
low_latency,
balanced,
agentic,
auto

Response

System prompt retrieved successfully

system_prompt
string
required