---
title: "Changes to Create a transcribe"
method: POST
path: "/transcribes"
---

# Changes to Create a transcribe

`POST /transcribes`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 4 of 54 revisions.

- **2026-07-07** `b4f405c60dc3` — 1 info
- **2026-06-16** `9d9cbd71ad4c` — 5 breaking, 1 info
- **2026-06-15** `bbde602eb171` — 1 breaking, 1 info
- **2026-05-30** `995c56ba9219` — 4 breaking, 1 warning, 5 info

## Changes

- **2026-07-07** `b4f405c60dc3` — 1 info
  - added the non-success response with the status `409`
- **2026-06-16** `9d9cbd71ad4c` — 5 breaking, 1 info
  - added `#/components/schemas/TranscribeManagerTranscribeDirection` to the `direction` request property `allOf` list
  - removed the enum value `both` of the request property `direction`
  - removed the enum value `in` of the request property `direction`
  - removed the enum value `out` of the request property `direction`
  - the `direction` request property type/format changed from `string`/`` to ``/``
  - the request property `direction` became optional
- **2026-06-15** `bbde602eb171` — 1 breaking, 1 info
  - the `on_end_flow_id` request property type/format changed from `string`/`` to `string`/`uuid`
  - the request property `on_end_flow_id` became optional
- **2026-05-30** `995c56ba9219` — 4 breaking, 1 warning, 5 info
  - request property `direction` was restricted to a list of enum values
  - the request property `direction` became required
  - the request property `on_end_flow_id` became required
  - the `direction` request property type/format changed from ``/`` to `string`/``
  - removed `#/components/schemas/TranscribeManagerTranscribeDirection` from the `direction` request property `allOf` list
  - added the new `both` enum value to the request property `direction`
  - added the new `in` enum value to the request property `direction`
  - added the new `out` enum value to the request property `direction`
  - the `on_end_flow_id` request property type/format was generalized from `string`/`uuid` to `string`/``
  - removed the non-success response with the status `409`

---

[Operation](https://skmtc.dev/voipbin/apis/voipbin-api/docs/transcribes/post.md) · [API](https://skmtc.dev/voipbin/apis/voipbin-api.md) · [Page](https://skmtc.dev/voipbin/apis/voipbin-api/changes/transcribes/post)
