---
title: "Get VC Voices List"
method: GET
path: "/v1/voices"
tags: ["AI-Voice-Change"]
---

# Get VC Voices List

`GET /v1/voices`

Gets a list of all available singers for us.

## Headers

- `x-api-key` string

## Response `200`

Successful Response

- APIVCVoiceResponse
  - `Voices` VCVoicesSchemas[]
    - `voice_name` string, required — voice name
    - `voice_id` integer, required
    - `mode` integer, required

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