cURL
curl --request GET \ --url https://api.enkryptai.com/deployments/get-allowed-config \ --header 'apikey: <api-key>'
{ "input_guardrails_policy": { "additional_config": { "pii_redaction": true }, "block": [ "topic_detector", "nsfw", "toxicity", "pii", "injection_attack", "keyword_detector", "policy_violation", "bias", "sponge_attack" ] }, "output_guardrails_policy": { "additional_config": { "hallucination": true, "adherence": true, "relevancy": true }, "block": [ "topic_detector", "nsfw", "toxicity", "pii", "injection_attack", "keyword_detector", "policy_violation", "bias", "adherence", "relevancy" ] } }
Documentation IndexFetch the complete documentation index at: https://docs.enkryptai.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.enkryptai.com/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response
Show child attributes