---
title: "POST /v1/Rooms/{RoomSid}/Transcriptions/{Ttid}"
method: POST
path: "/v1/Rooms/{RoomSid}/Transcriptions/{Ttid}"
tags: ["VideoV1Transcriptions"]
---

# POST /v1/Rooms/{RoomSid}/Transcriptions/{Ttid}

`POST /v1/Rooms/{RoomSid}/Transcriptions/{Ttid}`

## Path parameters

- `RoomSid` string, required
- `Ttid` string, required

## Response `202`

Accepted

- VideoV1RoomRoomTranscriptions
  - `ttid` string, nullable — The unique string that we created to identify the transcriptions resource.
  - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Room resource.
  - `room_sid` string, nullable — The SID of the transcriptions's room.
  - `status` 'started' | 'stopped' | 'failed' — The status of the transcriptions resource.
  - `date_created` string, date-time, nullable — The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
  - `date_updated` string, date-time, nullable — The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
  - `start_time` string, date-time, nullable — The time of transcriptions connected to the room in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601#UTC) format.
  - `end_time` string, date-time, nullable — The time when the transcriptions disconnected from the room in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601#UTC) format.
  - `duration` integer, nullable — The duration in seconds that the transcriptions were `connected`. Populated only after the transcriptions is `stopped`.
  - `url` string, uri, nullable — The absolute URL of the resource.
  - `configuration` object, nullable — An JSON object that describes the video layout of the composition in terms of regions. See [Specifying Video Layouts](https://www.twilio.com/docs/video/api/compositions-resource#specifying-video-layouts) for more info.

## Changes

- **2025-07-10** (v1) `fbd0d4e80399` — 1 breaking, 1 warning, 2 info
  - removed the enum value `created` of the request property `Status`
  - removed the optional property `identity` from the response with the `202` status
  - added the optional property `configuration` to the response with the `202` status
  - removed the `created` enum value from the `status` response property for the response status `202`
- **2025-07-03** (v1) `10d2da6ec123` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/twilio/apis/video-v1/changes/v1/Rooms/:RoomSid/Transcriptions/:Ttid/post.md)

---

[API](https://skmtc.dev/twilio/apis/video-v1.md) · [All operations](https://skmtc.dev/twilio/apis/video-v1/llms.txt) · [OpenAPI document](https://skmtc.dev/twilio/apis/video-v1/revisions/f3c1cd6b1b71?raw)
