#Do projects have an export text feature?
1 messages · Page 1 of 1 (latest)
Short answer: No. The Studio “Projects” workflow only documents exports as audio (MP3/WAV) or video when a video track/captions are present—there’s no documented option to export the project’s text/script. (elevenlabs.io)
If you need text exports, use:
- Transcripts, which supports exporting Plain text, JSON, HTML, SRT, and VTT. (elevenlabs.io)
- Productions Dubbing deliverables (separate service), which can include a TXT transcript among other formats. (elevenlabs.io)
Sources:
Studio overview | ElevenLabs Documentation
Transcripts (product guide) | ElevenLabs Documentation
Dubbing | ElevenLabs Documentation
Is there a way export the transcript, edit and re-import the edited version?
Short answer: Not currently documented.
- Studio (Projects) lets you edit the script inside the editor and export audio (MP3/WAV). The Help Center does not document a text/transcript export or a re‑import workflow. (help.elevenlabs.io)
- You can import new or revised content into Studio via EPUB, PDF, DOCX, TXT, HTML, or a URL, but this is an import of source content rather than a round‑trip transcript workflow. (help.elevenlabs.io)
- In Dubbing, you can export captions as SRT (plus MP4/AAC/AAF/WAV), but the documented inputs are audio/video files only—there’s no documented SRT/transcript re‑import. (help.elevenlabs.io)
If you need this, the supported path today is: edit text directly in Studio or prepare an updated source file (e.g., DOCX/TXT/EPUB) and import it into a project. (help.elevenlabs.io)
Sources:
What is Studio? – ElevenLabs
Which file formats can I import with Studio? – ElevenLabs
Which file formats are supported by Dubbing? – ElevenLabs
What is Studio? – ElevenLabs
how do I export transcript to json?
Short answer:
- From the UI (Transcript Editor): Speech to Text > open your transcript > Export (top right) > choose JSON. (elevenlabs.io)
- Via API (Speech to Text): GET /v1/speech-to-text/transcripts/{transcription_id} returns the transcript as JSON. (elevenlabs.io)
- Via API (Dubbing transcripts): GET the dub’s transcript with format_type=json. Note: JSON is not yet supported for Dubbing Studio. (elevenlabs.io)
If you tell me whether this is for Speech to Text or Dubbing, I can share the exact request example you need.
Sources:
Transcripts (product guide) | ElevenLabs Documentation
Get transcript | ElevenLabs Documentation
Retrieve A Transcript | ElevenLabs Documentation
when uploading a new text file can I inlcude tags tht map to header and breaks?