---
title: "Test TTS: synthesize text and save to file"
method: POST
path: "/elevenlabs/tts"
tags: ["ElevenLabs"]
---

# Test TTS: synthesize text and save to file

`POST /elevenlabs/tts`

## Request body

- ElevenLabsTtsRequestDto
  - `voiceId` string, required — ElevenLabs voice identifier
  - `text` string, required — Text to synthesize

## 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)
