GET /api/webhooks/elevenlabs
ElevenLabs Webhooks
GET /api/webhooks/elevenlabs
Health check endpoint for the ElevenLabs webhook
GET
GET /api/webhooks/elevenlabs
Health check endpoint for the ElevenLabs webhook. The main webhook functionality is handled by the POST endpoint.
Related Endpoint
The POST version of this endpoint (POST /api/webhooks/elevenlabs) is the main webhook handler for ElevenLabs Conversational AI events. It receives three types of events:
- post_call_transcription: Contains transcript, analysis, and metadata
- post_call_audio: Contains base64-encoded MP3 audio
- call_initiation_failure: Contains failure reason and metadata
Response
Returns{ status: "ok" } on success.