> ## Documentation Index
> Fetch the complete documentation index at: https://gladia-95-remi-zdr-update.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Stop recording

> Payload definition to close the WebSocket connection.

Here is the payload definition to inform that the recording is over.
After reception, no more audio chunk will be accepted and post-processing will start.

```ts theme={null}
{
	type: "stop_recording";
}
```
