> For the complete documentation index, see [llms.txt](https://requestmechanic.gitbook.io/request-mechanic-api-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://requestmechanic.gitbook.io/request-mechanic-api-documentation/client/send-voice-message.md).

# Send Voice Message

Use the `POST /client/voice-message/` endpoint to send a voice message during a call. This allows for transmitting audio messages as part of the communication over a call.

***

#### Parameters

This endpoint does not require any parameters.

***

#### Responses

**201 Created**

**Description:** The voice message was successfully sent.

**Example Response:**

```json
{
  "message": "Voice message sent successfully.",
  "timestamp": "2024-11-17T10:45:00Z"
}
```
