#can you dynamically pass in something for each call each time? i.e. users name

1 messages · Page 1 of 1 (latest)

echo ferryBOT
#
AI-generated Answer for jxhnmo

Yes. The Text to Speech API takes a text field on every request, so you can inject per-call values (e.g., “Hi, Alex”) and generate speech from that dynamic string each time. See Create speech and the quickstart examples, which pass text per request. (elevenlabs.io)

If you need real-time behavior, the WebSocket TTS endpoint lets you stream partial text chunks dynamically during a single session. (elevenlabs.io)

For correct pronunciation of user names, you can attach pronunciation dictionaries per request via pronunciation_dictionary_locators. (elevenlabs.io)

If the name is short/ambiguous and you want to guide normalization, you can also set language_code in the request. (elevenlabs.io)

Sources:
Create speech | ElevenLabs Documentation
Generate audio in real-time | ElevenLabs Documentation
Create speech | ElevenLabs Documentation
Create speech | ElevenLabs Documentation

rancid cairn
#

pass dynamically to agents that are initialised and called through twilio