Returns the TTS provider API keys associated with the active account
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>" } }
API key
The ElevenLabs API key.
Show child attributes
The Cartesia API key.
The LMNT API key.
The Google service account key.