VMskip is a streaming Answering Machine Detection API. Send audio, get a verdict — HUMAN, MACHINE, or NOTSURE — in sub-second time. Three lines of code, no models to deploy, no infrastructure to maintain.
Stop wasting agent minutes on voicemail. Connect your team to real humans, the moment they answer.
Stream raw audio. Get an answer before the recipient finishes speaking.
POST a WAV/MP3 to /v1/analyze or stream PCM frames over WebSocket as the call answers.
A proprietary voice model, state machine, and ASR keyword pipeline — tuned on millions of real dialer calls.
HUMAN, MACHINE, or NOTSURE, with confidence and elapsed time. Median 480ms.
Stop burning agent minutes on "leave a message after the beep." Connect your team to real conversations the instant a real person answers.
Standard REST. Bearer token auth. Drop into any language.
curl -X POST https://api.vmskip.com/v1/analyze \
-H "Authorization: Bearer $VMSKIP_KEY" \
-H "Content-Type: audio/wav" \
--data-binary @call-answer.wav
Response — same shape regardless of language:
{
"verdict": "MACHINE",
"confidence": 0.94,
"decision_ms": 312,
"chunks": 124,
"request_id": "req_a1b2c3..."
}
For real-time streaming, open a WebSocket to wss://api.vmskip.com/v1/stream and send 20ms PCM frames. Get incremental verdicts as confidence rises.
Pay only for what you analyze. No minimums.
Need more than 500K/month or on-prem deployment? Talk to us about Enterprise.
Closed beta. Drop your email and we'll send you a key within a few hours.