Skip to main content
GET
/
api
/
accounts
/
me
/
tts_api_keys
cURL
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>"
  },
  "lmnt": {
    "prefix": "<string>"
  },
  "google": {
    "prefix": "<string>"
  },
  "inworld": {
    "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.

lmnt
object

The LMNT API key.

google
object

The Google service account key.

inworld
object

The Inworld API key.