API Reference

Update Chat Live

Updates the status of an existing live chat. This endpoint allows you to activate or deactivate the chat associated with a specific live stream.

Use this endpoint to change the chat’s operational state.
You can set the status to:

"active" → to enable the chat and allow viewer interaction.

"inactive" → to disable the chat and hide it from the live player.

🚧

Note

By default, when a chat is created, its status is automatically set to "active".

ParameterTypeDescription
live_nameString(UUID)(Optional) Name of the live event (used only for identification).
chat_idString(UUID)ID of the chat whose status you want to change (this ID is generated when the chat is created).
statusStringThe new status for the chat. Accepts: "active" or "inactive".
Language
Credentials
Header
Click Try It! to start a request and see the response here!