#can you automate elevenlabs studio via api?
1 messages · Page 1 of 1 (latest)
AI-generated Answer for .chrrrris
Yes. ElevenLabs exposes a Studio API that lets you programmatically control Studio workflows (projects, chapters, conversion, and exports). Access to the Studio API is gated and must be enabled by request via Sales. (elevenlabs.io)
What you can automate (examples):
- Project management: list and fetch Studio projects, create new projects, and update project content from a URL, document upload, or structured JSON. (elevenlabs.io)
- Chapter editing: create chapters, update chapter text/blocks/voice assignments, and query chapter metadata. (elevenlabs.io)
- Rendering and outputs: trigger chapter conversion to generate audio, list/get snapshots, and stream or download audio for a project or chapter (including zipped archives). (elevenlabs.io)
How to get access:
- The Studio API is available upon request—contact Sales to enable it for your account. (elevenlabs.io)
Sources:
Studio API | ElevenLabs Documentation
List Studio Projects | ElevenLabs Documentation
Create Chapter | ElevenLabs Documentation
Convert Chapter | ElevenLabs Documentation
Studio API | ElevenLabs Documentation
-
and can i use specific asset_ids withing this api studio automation?
-
how can i do this?