cURL
curl --request GET \ --url https://api.enkryptai.com/guardrails/models \ --header 'apikey: <api-key>'
{ "models": [ "nsfw", "toxicity", "pii", "injection_attack", "topic_detector" ] }
Successful Response
The response is of type object.
object