---
title: "Handle Webhook"
method: POST
path: "/v1/integrations/ElevenLabs"
tags: ["ElevenLabs"]
---

# Handle Webhook

`POST /v1/integrations/ElevenLabs`

Accepts ElevenLabs' own deliveries (HMAC over the raw body) and relays from a
customer's service (Bluejay API key). A relay that reshapes or redacts the payload
invalidates ElevenLabs' signature, so the key is the only auth left to it.

## Headers

- `X-Organization-Id` string
- `X-API-Key` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-03** `aa501502e1fc` — 1 info
  - added the new optional `header` request parameter `X-Organization-Id`
- **2026-08-26** `b1479366b173` — 2 info
  - the endpoint scheme security `HTTPBearer` was added to the API
  - added the non-success response with the status `422`

[Change history](https://skmtc.dev/getbluejay/apis/bluejay-api/changes/v1/integrations/ElevenLabs/post.md)

---

[API](https://skmtc.dev/getbluejay/apis/bluejay-api.md) · [All operations](https://skmtc.dev/getbluejay/apis/bluejay-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getbluejay/bluejay-api/revisions/aa501502e1fc/schema)
