Classify speaker gender (file upload)
Gender Detection
Classify speaker gender (file upload)
Classify the gender of the speaker from an uploaded audio file. Accepts audio files in WAV, MP3, FLAC, OGG, and other common formats.
POST
Classify speaker gender (file upload)
Documentation Index
Fetch the complete documentation index at: https://docs.deepdub.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication. Must start with dd- prefix.
Headers
API Key
Body
multipart/form-data
Audio file to classify (WAV, MP3, FLAC, OGG)
Response
Successful classification
Gender classification result
Predicted gender of the speaker
Available options:
female, male Example:
"female"
Confidence score (0.0 to 1.0)
Required range:
0 <= x <= 1Example:
0.95
Full prediction scores for both genders
Duration of the audio in seconds
Example:
3.5
Processing time in milliseconds
Example:
120.5
