cURL
curl --request POST \ --url https://api.example.com/v1/reload-guidelines
{ "detail": "<string>" }
Force reload the guidelines cache.
Documentation IndexFetch the complete documentation index at: https://docs.claritycare.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.claritycare.ai/llms.txt
Use this file to discover all available pages before exploring further.
curl --request POST \ --url 'https://prior-auth-api.claritycare.ai/v1/reload-guidelines' \ --header 'Authorization: Bearer {cognito_login_token}'
{ "detail": "Guidelines reloaded successfully" }