Event types
Signature verification
Webhook signature:medera-voice-signature header. Verified using the configured webhook_secret (HMAC-SHA256). Unverified webhooks are rejected.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Medera Voice webhook events
POST /api/vapi/webhook # main webhook (HMAC-SHA256 verified)
POST /api/vapi/webhook/assistant-request # dynamic assistant config
GET /api/vapi/webhook/health # health
GET /api/vapi/webhook/call/{call_id} # call state
GET /api/vapi/webhook/call/{call_id}/transcript # buffered transcript
| Event | When |
|---|---|
status-update | Call status change |
transcript | Transcript chunk available |
function-call | LLM invoked one of The Intake Agent’s functions |
tool-calls | Tool invocation batch |
end-of-call-report | Final call summary |
speech-update | Speaking / silent state |
user-interrupted | User interrupted assistant |
hang | Call hung up |
medera-voice-signature header. Verified using the configured webhook_secret (HMAC-SHA256). Unverified webhooks are rejected.
| Event | Payload | |
|---|---|---|
intake.started | { call_id, deployment_id, patient_phone } | |
intake.screener.completed | { call_id, screener, score, severity } | |
intake.crisis.detected | { call_id, risk_band, escalation_id } | |
intake.summary.ready | { call_id, handoff_packet_url } | |
intake.completed | { call_id, summary_id, duration_ms } | Verify with Medera-Signature: sha256=.... |