Skip to main content

1) Get an API key

Create an account and generate an API key in your dashboard. API key Add it to an environment variable:

2) Upload a file and get a prediction

Send your audio file directly to POST /predict. The API processes your audio in 5-second segments and returns both a global verdict and per-segment results.

3) Voice ID: Enroll and Verify

Voice ID adds identity verification on top of deepfake detection. First, enroll a user’s voice to create a voiceprint, then verify if future voice samples match.

Enroll a Voice

Create a voiceprint from a clean voice sample (>= 10 seconds):

Verify a Voice

Compare a new voice sample against the enrolled voiceprint:

Errors

Check your API key and file size before making requests.

Next Steps

Deepfake Detection

Learn more about detecting AI-generated audio

Voice ID

Explore voice enrollment and verification