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

# Transcribes audio into the input language.

`POST /openai/v1/audio/transcriptions`

## Response `200`

OK

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

## Changes

- **2025-05-16** `ee34f94100e3` — 1 info
  - added the new `whisper-large-v3-turbo` enum value to the request property `model/anyOf[subschema #2]/`
- **2025-03-19** `57e8ccf3bae4` — 3 info
  - added the new optional request property `url`
  - added `subschema #1, subschema #2` to the request body `oneOf` list
  - the request property `file` became optional
- **2024-12-03** `98874226a7dc` — 1 breaking, 1 info
  - removed the enum value `false` of the request property `language/anyOf[subschema #2]/`
  - added the new `no` enum value to the request property `language/anyOf[subschema #2]/`
- **2024-08-27** `1f0d266ba97b` — 1 breaking, 1 info
  - removed the enum value `no` of the request property `language/anyOf[subschema #2]/`
  - added the new `false` enum value to the request property `language/anyOf[subschema #2]/`
- **2024-06-26** `f2c71038b5ac` — 1 breaking, 1 info
  - removed `subschema #1` from the `language` request property `anyOf` list
  - added `subschema #1, subschema #2` to the `language` request property `anyOf` list

[Full history](https://skmtc.dev/groq/apis/groqcloud-api/changes/openai/v1/audio/transcriptions/post.md)

---

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