---
title: "Transcribe"
method: POST
path: "/v1/transcriptions"
---

# Transcribe

`POST /v1/transcriptions`

## Response `200`

Successful Response

- Transcription
  - `request_id` string, required
  - `text` string, nullable
  - `segments` Segment[]
    - `start` integer
    - `end` integer
    - `text` integer
    - `speaker` integer, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2025-06-17** `d71f3e71d5b7` — 1 breaking, 6 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - added the new optional request property `multispeaker`
  - added the new optional request property `timestamp`
  - added the new `am` enum value to the request property `language`
  - …3 more
- **2024-10-07** `04c6e17471d2` — 6 info
  - the endpoint scheme security `ApiKeyAuth` was added to the API
  - the endpoint scheme security `OAuth2PasswordBearer` was removed from the API
  - added the new `ha` enum value to the request property `language`
  - added the new `ig` enum value to the request property `language`
  - …2 more

[Change history](https://skmtc.dev/spi-tch/apis/spitch-api-2/changes/v1/transcriptions/post.md)

---

[API](https://skmtc.dev/spi-tch/apis/spitch-api-2.md) · [All operations](https://skmtc.dev/spi-tch/apis/spitch-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/spi-tch/spitch-api-2/revisions/d71f3e71d5b7/schema)
