For a fraud or security function the useful question is not “can we detect deepfakes” but “where does our process still treat a voice as proof of identity?” Voice has stopped being an authentication factor, and the controls that follow from accepting that are procedural. Detection has a real but narrow role, mostly after the fact.
Everything sensible follows from accepting this, and nothing sensible follows from resisting it.
A recognisable voice used to be reasonable evidence that a known person was on the line. It is not any more, and no detection capability restores it — the arms race structurally favours generation, because synthesis improves faster than detection corpora are rebuilt.
So the design question is not how to spot cloned voices. It is where your processes currently allow a voice, on its own, to authorise something. Common places that survive longer than they should:
None of these depend on detecting anything.
Detection earns its place after the event rather than during it.
Where a call was recorded, checking the audio adds a line to the incident record and helps characterise what happened. That matters for internal reporting, for insurance and for law enforcement referral — as supporting context, explicitly not as a determination.
Across a set of related incidents, consistent findings help establish whether you are seeing one campaign or several. Individually weak signals can be collectively informative.
Genuine examples from your own environment are considerably more effective in awareness training than generic ones, and a check helps you label them correctly before you use them.
POST /v2/voice/detect takes an audio file and is included with the
Broadcast voice plan, so a recorded-call queue can be scored programmatically rather than by hand — one request per file; there is no bulk or asynchronous submission.
The API page has the endpoint reference. There is still no
live-stream detection, so this remains an after-the-fact review, not call screening.
Your first check is free with no signup — 3 a day with a free account. Your audio is never stored.