---
title: "Get text-to-speech voice (accent) list"
method: POST
path: "/Template/GetTextToSpeechVoiceList"
tags: ["Template"]
---

# Get text-to-speech voice (accent) list

`POST /Template/GetTextToSpeechVoiceList`

<br>
  <i>Replaces "AVRCMSService/Common/GetPollyVoiceList" service.</i>
</br>

## Headers

- `X-Version` string

## Response `200`

Success

- VoiceAccent[]
  - `id` integer
  - `person` string, nullable
  - `accent` string, nullable
  - `languageCode` string, nullable
  - `voiceName` string, nullable
  - `cloudService` integer
  - `gender` string, nullable
  - `isNeural` boolean

## Other responses

- `400` — If param invalid
- `401` — If unauthorized

---

[API](https://skmtc.dev/eon-xr/apis/eonxr-api.md) · [All operations](https://skmtc.dev/eon-xr/apis/eonxr-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/eon-xr/eonxr-api/revisions/538c75161c64/schema)
