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

This is not necessary for using the service’s included voices or your own voice clones added to the service.

Authorizations

X-API-Key
string
header
required

API key

Body

application/json
elevenLabs
string
cartesia
string

Your Cartesia API key. https://play.cartesia.ai/keys

playHt
string

Your PlayHT API key. Note: This must come from play.ht, not play.ai. Their users are NOT interchangeable! https://play.ht/studio/api-access

lmnt
string

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.