Admin key
Paste TTS_ADMIN_KEY from local/tts/.env. It stays in this browser until you press Forget key.
Copy it now. It is shown once, and only its hash is stored.
| Name | Created | Last used | Status |
|---|
- Base URL
- Auth
Authorization: Bearer <key>, a key from CH3. No key in URLs, no CORS.- OpenAI clients
- Point
base_urlat the base URL. Any stock voice (alloy…) plays this model's default voice. - Long text
- Over 600 characters:
POST /v1/tts/jobs, then pollGET /v1/tts/jobs/{id}. Cloudflare Workers can use thetts-jobsqueue instead.
curl
OpenAI SDK (Python)