You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### 2026-03-05: v0.3.2 — Updated API Spec from elevenlabs-python (SDK #740)
356
+
357
+
Updated `lib/elevenlabs/spec.json` by running the extraction script against the latest elevenlabs-python SDK (commit 78ed67e, SDK regeneration #740 — March 2026).
358
+
359
+
**New Operations:**
360
+
-`conversational_ai.agents.enable_versioning` — enable versioning on a conversational AI agent
361
+
-`conversational_ai.agents.enable_versioning_if_not_enabled` — conditionally enable versioning if not already enabled
362
+
-`music.upload` — upload audio files for use in music workflows
363
+
-`music.extract_composition_plan` — extract a composition plan from an audio file
364
+
-`pronunciation_dictionaries.rules.set` — replace the full rules set on a pronunciation dictionary
The HTTP client now automatically follows `3xx` redirects when the server returns a redirect response. This means requests that hit moved or redirected endpoints will transparently re-issue to the new location without any change to your calling code.
0 commit comments