Audio Generation creates new audio assets. Use voiceover mode for spoken narration and music mode for background tracks.Documentation Index
Fetch the complete documentation index at: https://docs.mosaic.so/llms.txt
Use this file to discover all available pages before exploring further.
How It Works
For voiceover, provide a script and optionally attach a voice reference. For music, describe the mood, genre, instrumentation, and target length. The output can feed video-generation, AI Avatar, captions, or publishing workflows.API Usage
Create an agent shell:API Info
Node Params & API Details
Node Params & API Details
- Node ID:
14687f30-5fd0-468f-8239-2784d83df95b
Node params
| Param | Type | Required | Default | Notes |
|---|---|---|---|---|
mode | "voiceover" | "music" | No | "voiceover" | Audio generation mode. |
model | "eleven_v3" | "music" | No | "eleven_v3" | Audio model for the selected mode. |
script | string | Conditional | "" | Required for voiceover mode. |
voice_id | string | No | curated default | Voice ID when no upstream voice reference is used. |
use_upstream_voice_reference | boolean | No | true | Use selected upstream audio/video as a voice reference. |
selected_context | {audio:string[],videos:string[],voice_reference?:string} | No | empty lists | Attached references. |
music_prompt | string | Conditional | "" | Required for music mode. |
music_length_ms | number | No | 30000 | Music duration, 5-300 seconds. |