---
title: "Create transcription"
method: POST
path: "/transcriptions"
---

# Create transcription

`POST /transcriptions`

Creates a new transcription for the specified recording.

## Path parameters

- `recordingId` string, required

## Request body

- object
  - `recordingId` string, required — The recording ID for which the transcription should be created.

## Response `201`

The transcription job was scheduled successfully.

- unknown

## Other responses

- `401` — Access token is missing or invalid
- `404` — The requested resource doesn't exist
- `429` — You are rate limited

---

[API](https://skmtc.net/whereby/apis/whereby-rest-api.md) · [All operations](https://skmtc.net/whereby/apis/whereby-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/whereby/whereby-rest-api/revisions/3d9aec0774ff/schema)
