curl --request GET \
--url https://api.example.com/api/v1/personalize/effective-prompt \
--header 'Authorization: Bearer <token>'{
"prompt": "<string>",
"source": "<string>",
"name": "<string>"
}Runs resolve_effective_prompt server-side with default_load_mode=True, returning the user’s most-recently-saved named prompt if one exists, else the transitional custom_prompt, else the stock default. Single source of truth for playground boot (plan §4.7).
curl --request GET \
--url https://api.example.com/api/v1/personalize/effective-prompt \
--header 'Authorization: Bearer <token>'{
"prompt": "<string>",
"source": "<string>",
"name": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://bavlio.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.