Voice Gender Recognition (Audio URL) API
Detect gender from voice with a URL.
Drop in a publicly accessible audio URL and get gender, confidence, and usage info. Perfect for server-side pipelines and batch jobs.
Quickstart
POST JSON// Headers
apiKey:
YOUR_API_KEY
// JSON Body
{
"url": "https://example.com/audio.wav"
}// Sample Response
{
"gender": "male",
"confidence": 92.3,
"remainingRequests": 120,
"success": true
}Tip: ensure the URL is publicly reachable and points directly to audio content.
Hands-off ingestion
No file handling—just pass a URL for rapid integration with your pipelines.
Personalization
Use gender signals from audio to tailor experiences and flows.
Fraud & moderation
Validate or flag voice submissions without manual review.
Built for scale
Handle spikes gracefully; swap to file upload for non-public assets.
Clean JSON responses
Simple fields: gender, confidence, remainingRequests, success.
Global coverage
Supports many audio formats and accents worldwide.
How it works
Voice gender from a URL in three steps.
Send an audio URL
POST the audio URL to the /url endpoint with your apiKey header.
Get JSON response
Receive gender, confidence, and usage info in seconds.
Scale when ready
Use batch jobs with URLs or switch to file upload for private assets.
cURL
URL lookupcurl -X POST 'https://api.genderrecognition.com/v1/voice-gender-recognition/api/url' \
-H 'Content-Type: application/json' \
-H 'apiKey: YOUR_API_KEY' \
-d '{"url":"https://example.com/audio.wav"}'JavaScript
fetch exampleconst apiKey = "YOUR_API_KEY";
const payload = {
url: "https://example.com/audio.wav"
};
const response = await fetch(
"https://api.genderrecognition.com/v1/voice-gender-recognition/api/url",
{
method: "POST",
headers: {
"Content-Type": "application/json",
apiKey,
},
body: JSON.stringify(payload),
}
);
const result = await response.json();Contact centers
Enrich call data with gender signals for analytics and routing.
Voice-led apps
Detect gender from stored prompts or IVR recordings via URL without hosting changes.
Moderation
Automate voice content checks and flag anomalies with minimal code.
শুরু করতে প্রস্তুত?
আমরা উন্নত AI প্রযুক্তি ব্যবহার করে নির্ভুলতা ও গোপনীয়তা নিশ্চিত করে সেরা জেন্ডার রিকগনিশন সেবা প্রদান করি।
মিনিটের মধ্যে একটি অ্যাকাউন্ট তৈরি করুন, আপনার API key নিন এবং পূর্ণ অ্যাক্সেস পান।
অ্যাকাউন্ট নিবন্ধন করুনদৈনিক ফ্রি ব্যবহার
প্রতিদিন উদার ফ্রি সীমা ব্যবহার করে আমাদের API পরীক্ষা ও অন্বেষণ করুন।
API ব্যবহার করুনপ্রাইসিং
সহজ ও স্বচ্ছ মূল্যনীতি। প্রথম 1000 request ফ্রি, এরপর pay-as-you-go। বিস্তারিত জানতে আমাদের pricing page দেখুন।
প্রাইসিং দেখুন