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>" } }
API key
The response is of type object.
object