cURL
curl --request GET \ --url https://api.example.com/api/core/guardrails/use_case_configuration/{use_case_id} \ --header 'Authorization: Bearer <token>'
{ "use_global_filter": false, "content_filter": { "toxic_filter": 0, "derogatory_filter": 0, "violent_filter": 0, "sexual_filter": 0, "insult_filter": 0, "profanity_filter": 0, "death_harm_tragedy_filter": 0, "firearms_weapons_filter": 0, "public_safety_filter": 0, "health_filter": 0, "religion_belief_filter": 0, "illicit_drugs_filter": 0, "war_conflict_filter": 0, "finance_filter": 0, "politics_filter": 0, "legal_filter": 0 }, "jailbreak_filter": 0 }
Documentation IndexFetch the complete documentation index at: https://docs.genow.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.genow.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token authentication. Format: 'Bearer '
Successful Response
Show child attributes
0 <= x <= 3
Was this page helpful?