Skip to main content
GET
/
api
/
v1
/
voice
/
voices
Get List Of Voices
curl --request GET \
  --url 'https://api.example.com/api/v1/voice/voices?api_key='
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

api_key
string
query
required

Your API key for authentication. You can generate it from the Settings page. Format: starts with in-.

Query Parameters

me
boolean
default:false
language
string | null
provider
enum<string> | null
Available options:
openai,
elevenlabs,
azure_speech,
cartesia,
playht
provider_id
string<uuid> | null
owner_type
enum<string> | null
Available options:
user,
system
search_term
string | null
page
integer
default:1
Required range: x >= 1
size
integer
default:50
Required range: 1 <= x <= 1000

Response

Successful Response