---
title: "Speechify Webhook"
method: POST
path: "/speechify_webhook"
---

# Speechify Webhook

`POST /speechify_webhook`

Webhook for Speechify Simba agent batch-call events.

The body is taken raw because the HMAC in the Speechify-Signature header
covers the exact bytes sent, which can't be re-derived from a parsed payload.

## Headers

- `Speechify-Signature` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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