cURL
curl --request GET \ --url https://app.altheastudio.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>" }, "inworld": { "prefix": "<string>" }, "respeecher": { "prefix": "<string>" } }
Returns the TTS provider API keys associated with the active account
API key
The ElevenLabs API key.
Show child attributes
The Cartesia API key.
The LMNT API key.
The Google service account key.
The Inworld API key.
The Respeecher API key.