---
title: "Transcribe audio"
method: POST
path: "/api/audio/{agentId}/transcriptions"
tags: ["audio"]
---

# Transcribe audio

`POST /api/audio/{agentId}/transcriptions`

Transcribe audio file to text

## Path parameters

- `agentId` string, uuid, required

## Response `200`

Audio transcribed successfully

- object
  - `success` boolean
  - `data` object
    - `text` string — Transcribed text

## Other responses

- `400` — Invalid request
- `404` — Agent not found
- `415` — Unsupported media type
- `500` — Error transcribing audio

---

[API](https://skmtc.net/elizaos/apis/eliza-os-api.md) · [All operations](https://skmtc.net/elizaos/apis/eliza-os-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elizaos/eliza-os-api/revisions/f43280bfdb0c/schema)
