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

# Transcribe

`POST /v1/transcriptions`

## Response `200`

Successful Response

- Transcription
  - `request_id` string, uuid, required
  - `text` string, required
  - `timestamps` TimeStamp[], nullable
    - `text` string, required
    - `start` number, required
    - `end` number, required

## Other responses

- `422` — Validation Error

## Changes

- **2025-08-05** `5e0436ccb10d` — 2 info
  - the endpoint scheme security `ApiKeyAuth` was added to the API
  - the endpoint scheme security `OAuth2PasswordBearer` was removed from the API
- **2025-08-02** `278c2985718b` — 1 breaking, 1 info
  - removed the media type `application/x-www-form-urlencoded` from the request body
  - added the media type `multipart/form-data` to the request body
- **2025-08-01** `2ca8a3d6f0d9` — 3 breaking, 7 info
  - removed `#/components/schemas/Language, subschema #2` from the `language` request property `anyOf` list
  - request property `language` was restricted to a list of enum values
  - the request property `language` became required
  - added `subschema #2` to the `content` request property `anyOf` list
  - …6 more

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

---

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