---
title: "Get All Voices"
method: GET
path: "/v1/getAllVoices"
---

# Get All Voices

`GET /v1/getAllVoices`

Fetch all available voices with their IDs.

## Query parameters

- `limit` integer
- `page` integer

## Response `200`

Successful response

- object
  - `success` boolean
  - `voices` object[]
    - `voice_id` string
    - `voice_name` string
  - `limit` integer
  - `page` integer
  - `total` integer

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/musicgpt/apis/musicgpt-api.md) · [All operations](https://skmtc.net/musicgpt/apis/musicgpt-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/musicgpt/musicgpt-api/versions/6753dccf4c5d/schema)
