---
title: "Create a new audio transcription"
method: POST
path: "/v1/audio/transcriptions"
tags: ["Audio Transcriptions"]
---

# Create a new audio transcription

`POST /v1/audio/transcriptions`

Creates a new audio transcription

## Response `200`

Audio transcription response

- CreateAudioTranscriptionResponse
  - `status` string
  - `data` object
    - `transcriptionId` string — Unique identifier for the audio transcription request.
    - `message` string — Informational message about the request status.
    - `status` string — The processing status of the transcription request. Always 'pending'.

## Other responses

- `400` — unexpected error

## Changes

- **2025-05-09** `87ed6bc1a434` — 2 info
  - api operation id `createAudioTranscription` was added
  - api tag `Audio Transcriptions` added
- **2025-03-11** `f3266ed48d76` — 1 breaking, 2 info
  - the response's body type/format changed from `string`/`` to `object`/`` for status `200`
  - added the optional property `data` to the response with the `200` status
  - added the optional property `status` to the response with the `200` status

[Change history](https://skmtc.dev/sullyai/apis/sully-api/changes/v1/audio/transcriptions/post.md)

---

[API](https://skmtc.dev/sullyai/apis/sully-api.md) · [All operations](https://skmtc.dev/sullyai/apis/sully-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sullyai/sully-api/revisions/a6ecf503233c/schema)
