---
title: "Start playing a text-to-speech message to an active call"
method: POST
path: "/voice/conversation/{messageId}/talk"
---

# Start playing a text-to-speech message to an active call

`POST /voice/conversation/{messageId}/talk`

## Path parameters

- `messageId` string, required

## Headers

- `Authorization` string, required
- `Content-Type` string, required

## Request body

- object
  - `text` string, required — The text of the voice message to be played
  - `gender` string — The gender of the voice message to be played. Check [here](/docs/text-to-speech) for possible values
  - `language` string — The language of the voice message to be played. Check [here](/docs/text-to-speech) for possible values
  - `multiplex` boolean — When set to true, the original audio is mixed together with the text-to-speech message. Default value false

## Response `200`

200

- object
  - `messageId` string
  - `message` string
  - `createdAt` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/routee/apis/auth.md) · [All operations](https://skmtc.net/routee/apis/auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/routee/auth/versions/5cef04e8f7d8/schema)
