---
title: "Transcribe audio to text"
method: POST
path: "/audio/transcribe"
tags: ["audio"]
---

# Transcribe audio to text

`POST /audio/transcribe`

Upload an audio file and get its transcription. Supports MP3, WAV, MP4, MPEG, MPGA, M4A, and WEBM formats. Maximum file size is 25 MB.

## Response `201`

- string

## Other responses

- `400` — Invalid audio file or format

---

[API](https://skmtc.net/tambo-ai/apis/tambo-api.md) · [All operations](https://skmtc.net/tambo-ai/apis/tambo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tambo-ai/tambo-api/revisions/312691b28f1c/schema)
