v10

latestSwagger 2.02026-07-137784220.8 KB
Custom Speech web hooks:

Sends a ping event to the registered URL.

The request body of the POST request sent to the registered web hook URL is of the same shape as in the GET request for a specific hook. The Swagger Schema ID of the model is WebHookV3.

The request will contain a X-MicrosoftSpeechServices-Event header with the value ping. If the web hook was registered with a secret it will contain a X-MicrosoftSpeechServices-Signature header with an SHA256 hash of the payload with the secret as HMAC key. The hash is base64 encoded.

post/webhooks/{id}:ping

Path parameters

idstring uuid required

The identifier of the web hook to ping.

Response

Started trying to send a ping request to the web hook.