1. Create a key
Open API keys and choose New key. Keys look likesk-eesi-… and carry full access to your organization. Treat one
like a password: never commit it, never put it in frontend code, and give each
deployment its own so you can revoke one without taking down the rest.
2. Find out what your environment serves
Speech tiers are opt-in per environment: a backend with no configured URL is hidden entirely. So ask the API what exists rather than hardcoding a model id that may not be enabled where you are running.3. Make a request
Pick atts id from that list and synthesize something.
What a failure means
Next
Text to speech
Formats, streaming, speed, and voice selection.
Voices
Clone a voice, and why every voice is a reference clip.
Realtime
Speech-to-speech over a WebSocket.
Authentication
Scopes, rotation, and how keys differ from session tokens.