Internal
Audio
Generate sound to listen to - music, a sound effect, speech, voiceover, narration or a jingle - and place it on the board as an audio player component.
Send "type": "audio".
Generate sound to listen to - music, a sound effect, speech, voiceover, narration or a jingle - and place it on the board as an audio player component.
Also available as the MCP tool render_audio. The same payload works through either surface.
Fields
promptstringrequiredWhat the audio is: music style, mood and instruments, or for speech the exact words plus the voice and delivery.
Example
{
"type": "audio",
"data": {
"prompt": "string"
}
}
Was this page helpful?