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

Body

application/json
speaker_id
integer
required

Response

200 - application/json

OK

The response is of type object.