Skip to main content
GET

Overview

This endpoint returns all voices available for text-to-speech, including ElevenLabs library voices and custom cloned voices.

Query Parameters

string
default:"all"
  • library: Only ElevenLabs library voices
  • custom: Only custom cloned voices
  • all: Both library and custom voices (default)
string
Filter by language (e.g., “English”, “Spanish”, “French”)
string
Filter by gender (“Male”, “Female”)

Authorizations

x-api-key
string
header
required

Query Parameters

type
enum<string>

Filter by voice type

Available options:
library,
custom,
all
language
string

Filter by language

gender
enum<string>

Filter by gender

Available options:
Male,
Female

Response

200

Success