Skip to main content
POST
/
api
/
agents
/
{agentId}
/
sessions
/
{sessionId}
/
check_hallucination
Check hallucination
curl --request POST \
  --url https://rippletide-backend.azurewebsites.net/api/agents/{agentId}/sessions/{sessionId}/check_hallucination \
  --header 'Content-Type: application/json' \
  --data '
{
  "message": "<string>"
}
'
{
  "label": "hallucination",
  "findings": {}
}

Path Parameters

agentId
string<uuid>
required
sessionId
string<uuid>
required

Body

application/json
message
string
required

Response

200 - application/json

Hallucination check result

label
enum<string>
Available options:
hallucination,
not_hallucination,
unclear
findings
object