Allows adding or updating TTS provider API keys to an account, enabling ExternalVoices
cURL
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>", "lmnt": "<string>" }'
{ "elevenLabs": { "prefix": "<string>" }, "cartesia": { "prefix": "<string>" }, "lmnt": { "prefix": "<string>" } }
API key
The response is of type object.
object