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

# Create a transcription

`POST /v1/audio/transcriptions`

Upload an audio file and receive a text transcription.

## Response `200`

Successful Response

- AudioTextResponse
  - `text` string, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `402` — Insufficient credits
- `403` — Forbidden
- `410` — Model deprecated
- `422` — Validation error
- `429` — Rate limited
- `500` — Internal server error
- `503` — Upstream service error

---

[API](https://skmtc.net/naga/apis/nagaai-api.md) · [All operations](https://skmtc.net/naga/apis/nagaai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/naga/nagaai-api/revisions/8bfb4677a79e/schema)
