---
title: "Transcribe Live Audio"
method: POST
path: "/v1/rest/transcribelive"
---

# Transcribe Live Audio

`POST /v1/rest/transcribelive`

Transcribes live audio input in real-time.

## Response `200`

Transcription Successful

- TranscriptionResult
  - `text` string — Transcribed text.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `422` — Validation Error

## Changes

- **2024-03-30** `23c52108cd55` — 1 info
  - endpoint added
- **2024-03-21** `fcb00650b52d` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/snr-audio/apis/automatic-speech-recognition-api/changes/v1/rest/transcribelive/post.md)

---

[API](https://skmtc.dev/snr-audio/apis/automatic-speech-recognition-api.md) · [All operations](https://skmtc.dev/snr-audio/apis/automatic-speech-recognition-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/snr-audio/automatic-speech-recognition-api/revisions/3e81db990586/schema)
