---
title: "Transcribes an audio file into text."
method: POST
path: "/api/v1/audio/transcriptions"
---

# Transcribes an audio file into text.

`POST /api/v1/audio/transcriptions`

Transcribes an audio file into text. Compatible with OpenAI Whisper API format.

## Response `200`

The transcription result.

## Other responses

- `400` — Bad request.
- `401` — Unauthorized.
- `500` — Internal server error.

---

[API](https://skmtc.net/bibigpt/apis/bibigpt-openapi.md) · [All operations](https://skmtc.net/bibigpt/apis/bibigpt-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bibigpt/bibigpt-openapi/versions/6923ed89c442/schema)
