GET
/
api
/
accounts
/
me
/
tts_api_keys
curl --request GET \
  --url https://api.ultravox.ai/api/accounts/me/tts_api_keys \
  --header 'X-API-Key: <api-key>'
{
  "elevenLabs": {
    "prefix": "<string>"
  },
  "cartesia": {
    "prefix": "<string>"
  },
  "playHt": {
    "prefix": "<string>"
  },
  "lmnt": {
    "prefix": "<string>"
  }
}

Only key prefixes are included and only for providers for which a key has been added.

Authorizations

X-API-Key
string
header
required

API key

Response

200 - application/json
elevenLabs
object

The ElevenLabs API key.

cartesia
object

The Cartesia API key.

playHt
object

The PlayHT API key.

lmnt
object

The LMNT API key.