# 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.

Source: https://mockflow.com/developers/reference/item-types/audio

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

- `prompt` (string, required): What the audio is: music style, mood and instruments, or for speech the exact words plus the voice and delivery.

## Example

```json
{
  "type": "audio",
  "data": {
    "prompt": "string"
  }
}
```
