POST
/
guardrails
/
hallucination
curl --request POST \
  --url https://api.enkryptai.com/guardrails/hallucination \
  --header 'Content-Type: application/json' \
  --header 'apikey: <api-key>' \
  --data '{
  "request_text": "What is the capital of France?",
  "response_text": "Tokyo is the capital of France.",
  "context": ""
}'
{
  "summary": {
    "is_hallucination": 1
  },
  "details": {
    "prompt_based": 1
  }
}

Authorizations

apikey
string
header
required

Body

application/json
request_text
string
required
response_text
string
required
context
string

Response

200 - application/json
Successful Response
summary
object
required
details
object