Detect Voicemails in Real Time
AI-powered voicemail detection built on Whisper.cpp — fast, accurate, self-hosted.
speed
< 2s
Detection Latency
verified
99%+
Accuracy Rate
dns
100%
Self-Hosted & Private
graphic_eq
Real-Time Detection
Streaming audio chunks analyzed on the fly, providing instantaneous feedback on call status.
lock
Secure Auth
Enterprise-grade security with robust API key and Basic Auth support for safe integrations.
memory
AI Transcription
Powered by a highly optimized instance of OpenAI Whisper (whisper.cpp) for maximum efficiency.
curl -X POST https://ss.karims.dev/voicemail-json \ -H "X-API-Key: sk_live_..." \ -F "audio=@voicemail.wav" # Response { "voicemail": true, "matched_phrases": ["leave a message"], "dead_air": false }