POST
/
redteam
/
model
/
model-health
curl --request POST \
  --url https://api.enkryptai.com/redteam/model/model-health \
  --header 'apikey: <api-key>'
{
  "status": "healthy",
  "error": "<string>"
}

Authorizations

apikey
string
header
required

Response

200 - application/json
Successful Response
status
enum<string>
required
Available options:
healthy,
unhealthy
error
string