---
title: "Test STT: download from S3 and transcribe"
method: POST
path: "/elevenlabs/stt"
tags: ["ElevenLabs"]
---

# Test STT: download from S3 and transcribe

`POST /elevenlabs/stt`

## Request body

- ElevenLabsSttRequestDto
  - `key` string, required — S3 object key under stt/ prefix (e.g., 2025-10-23/file.mp3)
  - `languageCode` string — Optional language code (e.g., eng)

## Response `200`

---

[API](https://skmtc.dev/miaai/apis/backend-template-api.md) · [All operations](https://skmtc.dev/miaai/apis/backend-template-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/miaai/backend-template-api/revisions/2a8d88a5124f/schema)
