---
title: "Handle Vapi Webhook"
method: POST
path: "/webhooks/vapi"
tags: ["Webhooks"]
---

# Handle Vapi Webhook

`POST /webhooks/vapi`

Handle incoming webhook events from Vapi.

Vapi sends events to this endpoint for call lifecycle updates.
Key events handled:
- status-update (in-progress): Creates a new call record when the call starts
- end-of-call-report: Updates call with transcript, triggers recording pipeline

Authentication is via x-vapi-secret header (configured in Vapi dashboard).

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
