curl --request POST \
--url https://api.example.com/speakers/hallucination \
--header 'Content-Type: application/json' \
--data '
{
"speaker_id": 123
}
'{}Flag a detected speaker as a false positive / hallucination.
curl --request POST \
--url https://api.example.com/speakers/hallucination \
--header 'Content-Type: application/json' \
--data '
{
"speaker_id": 123
}
'{}OK
The response is of type object.
Was this page helpful?