v53

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-08-039357238.7 KB
Rooms

Create a room

post/rooms

Request body

idstring required

Custom room ID (auto-generated UUID if omitted)

webhook_urlstring uri

Route all events for this room exclusively to this URL instead of global webhooks.

webhook_secretstring

HMAC-SHA256 signing secret for the per-room webhook.

app_idstring

Application identifier. Carried through to all events for this room. Use to filter the WebSocket event stream by app.

sample_rateinteger

Mixer sample rate in Hz. Allowed values: 8000, 16000, 48000. Default: 16000.

Response

Room created

instance_idstring

Instance identifier

idstring required

Room identifier

app_idstring

Application identifier for event stream filtering.

sample_rateinteger required

Mixer sample rate in Hz (8000, 16000, or 48000).