Elevenlabs Voice Settings
The stability and similarity_boost an ElevenLabs voice was tuned with.
Copy these onto an agent’s tts when you set its voice: ElevenLabs
applies a voice’s own settings only when a request carries no overrides at
all, and Talqing always sends a speed — so an agent without these numbers
speaks in the generic default rather than the voice its author shipped.
A shared-library voice must be saved by add_elevenlabs_voice first; call
this with the id THAT returned.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Successful Response
One ElevenLabs voice's own settings, as its author tuned them.
Read when a voice is picked and copied onto the agent, because ElevenLabs
has no way to inherit them at synthesis time — see TTSModelSpec.stability.
Only the two knobs the models we carry actually read; style and
use_speaker_boost are measured no-ops and speed is Talqing's own control.