Skip to main content
POST
Post a chat message into a video room

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Path Parameters

id
string
required

Scheduled room id.

Body

application/json
message_id
string<uuid>
required

Client-minted UUID correlating the send → delete lifecycle.

text
string
required

The message text. The sender identity is never a body field — the server stamps it.

Required string length: 1 - 2000
reply_to
string<uuid>

Optional message_id of the message being replied to (threaded replies).

Response

Message broadcast to the room.

data
object
meta
object