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..."
}System Prompt
Get System Prompt
Retrieve the global system prompt used by Recallr AI.
Headers:
X-Recallr-Project-Id(UUID): Your project ID.X-Recallr-Api-Key(str): Your API key.
Query Parameters:
recall_strategy: The recall strategy you are using.
Returns:
system_prompt(str): The full global system prompt text.
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..."
}Was this page helpful?
⌘I

