POST
/
azure
/
jailbreak
/
evaluate
[
  {
    "status": "processed",
    "score": 123,
    "passed": true,
    "details": "<string>",
    "cost": {
      "currency": "<string>",
      "amount": 123
    }
  }
]

Body

application/json
data
object[]
required

List of entries to be evaluated, check the field type for the necessary keys

settings
object | null

Evaluator settings, check the field type for what settings this evaluator supports

env
object | null

Optional environment variables to override the server ones

Response

200
application/json
Successful Response
score
number
required

No description provided

status
enum<string>
default:
processed
Available options:
processed
passed
boolean | null

If true then no jailbreak was detected, if false then a jailbreak was detected

details
string | null

Short human-readable description of the result

cost
object | null