Skip to main content
Mark a speaker as hallucination
curl --request POST \
  --url https://api.example.com/speakers/hallucination \
  --header 'Content-Type: application/json' \
  --data '
{
  "speaker_id": 123
}
'
{
  "success": true
}

Body

application/json
speaker_id
integer
required

Response

200 - application/json

Result

success
boolean