Skip to main content
GET
/
v1
/
all_voices
cURL
curl --request GET \
  --url https://api.contextlm.ai/v1/all_voices \
  --header 'X-API-Key: <api-key>'
[
  {
    "voices": [
      "<string>"
    ]
  }
]
Returns a list of all voices available for synthesis.

Authorizations

X-API-Key
string
header
required

Query Parameters

is_podcast_only
boolean

Whether to return only podcast voices or all voices. Leave blank to get both.

Response

Successful response

voices
string[]

An array of all available voices.