---
title: "Generate Audio Note"
method: POST
path: "/api/v1/audio/notes"
tags: ["Audio"]
---

# Generate Audio Note

`POST /api/v1/audio/notes`

Generate an audio note from the character in a specific room.

## Request body

- object
  - `room_id` string, required — Room ID from the create room endpoint
  - `prompt` string, required — Text for the character to speak

## Response `200`

Audio generated successfully

- object
  - `url` string — Direct URL to the generated audio file

---

[API](https://skmtc.dev/oh/apis/ohapi-documentation.md) · [All operations](https://skmtc.dev/oh/apis/ohapi-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/oh/ohapi-documentation/revisions/b623c2e9cb65/schema)
