---
title: "Transcribe Audio"
method: POST
path: "/api/message/transcribe_audio"
tags: ["Message"]
---

# Transcribe Audio

`POST /api/message/transcribe_audio`

Uses `whisper-1` to transcribe an audio file passed in as a base64 encoded string.

## Headers

- `TR-Dataset` string, uuid, required

## Request body

- TranscribeAudioReqPayload
  - `base64_audio` string, required — The base64 encoded audio input of the user's input message.

## Response `200`

The transcribed text

## Other responses

- `400` — Service error relating to transcribing the audio

---

[API](https://skmtc.net/devflowinc/apis/trieve-api.md) · [All operations](https://skmtc.net/devflowinc/apis/trieve-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/devflowinc/trieve-api/revisions/84583e7c9fc1/schema)
