---
title: "Get available voices"
method: GET
path: "/content/GetVoices"
tags: ["Content"]
---

# Get available voices

`GET /content/GetVoices`

List all available voices for audio generation

## Response `200`

Successful response

- object[]
  - `id` integer — Numeric voice id to pass as voice1, voice2, or voiceId in voice-enabled requests
  - `name` string — Voice name
  - `clientId` string — ID of the client that owns this voice (for custom voices)

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/autocontentapi/apis/content-api.md) · [All operations](https://skmtc.net/autocontentapi/apis/content-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/autocontentapi/content-api/revisions/355890b6b4cc/schema)
