---
title: "Enable RTT reception on a leg"
method: POST
path: "/legs/{id}/rtt/accept"
tags: ["Legs"]
---

# Enable RTT reception on a leg

`POST /legs/{id}/rtt/accept`

Allow this leg to receive RTT text broadcast from other legs in the same room and to emit rtt.received events for incoming text. Default state for new legs.

## Response `200`

RTT reception enabled

- StatusResponse
  - `instance_id` string — Instance identifier
  - `status` string, required

## Other responses

- `404` — Leg not found

## Changes

- **2026-05-11** `7ab34b92424f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/voiceblender/apis/voiceblender-api/changes/legs/:id/rtt/accept/post.md)

---

[API](https://skmtc.dev/voiceblender/apis/voiceblender-api.md) · [All operations](https://skmtc.dev/voiceblender/apis/voiceblender-api/llms.txt) · [OpenAPI document](https://skmtc.dev/voiceblender/apis/voiceblender-api/revisions/9b0a18aea1e2?raw)
