Skip to main content
POST
Create room

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

org_id
string<uuid>
required

Body

application/json
display_name
string
required
microphone_id
string
required

Response

200 - application/json

Created room.

id
string<uuid>
object
enum<string>
Available options:
room
display_name
string
microphone_id
string
is_primary
boolean
participants
object[]
created_at
string | null
updated_at
string | null
Last modified on July 8, 2026