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

Response

200 - application/json

The response is of type object.