---
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

---

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