POST
/
guardrails
/
relevancy
curl --request POST \
  --url https://api.enkryptai.com/guardrails/relevancy \
  --header 'Content-Type: application/json' \
  --header 'apikey: <api-key>' \
  --data '{
  "question": "What is CV Raman known for?",
  "llm_answer": "C.V. Raman won the Nobel Prize for Physics in 1930 for his work on light scattering"
}'
{
  "relevancy_score": 1
}

Authorizations

apikey
string
header
required

Body

application/json
question
string
required
llm_answer
string
required

Response

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