---
title: "Get Voice List"
method: GET
path: "/v1/voices_list"
tags: ["Text-to-Speech"]
---

# Get Voice List

`GET /v1/voices_list`

Gets a list of all available voices for us.

## Headers

- `x-api-key` string

## Response `200`

Successful Response

- APIVoicesResponse
  - `Voice` VoiceSchemas[]
    - `Languagename` string, required — voice's language
    - `classification` string, nullable
    - `classnamearray` string, nullable
    - `name` string, nullable
    - `plan` integer, required
    - `speaker` string, required
    - `type` string, nullable
    - `typeishot` boolean, nullable
    - `urlname` string, nullable
    - `trending` boolean, nullable
    - `describe` string, nullable
    - `modeltoken` string, nullable
    - `voiceisnew` boolean, nullable
    - `avatar_url` string, nullable
    - `isvip` boolean, nullable
    - `isFree` boolean, nullable
    - `urllist` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/topmediai/apis/topmediai-api-documentation.md) · [All operations](https://skmtc.net/topmediai/apis/topmediai-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/topmediai/topmediai-api-documentation/revisions/5d9205965da7/schema)
