---
title: "Transcribes audio into the input language."
method: POST
path: "/audio/transcriptions"
tags: ["Audio"]
---

# Transcribes audio into the input language.

`POST /audio/transcriptions`

## Response `200`

OK

- CreateTranscriptionResponseJson — Represents a transcription response returned by model, based on the provided input.
  - `text` string, required — The transcribed text.

---

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