v1

latestOpenAPI 3.1.02026-07-2416666272.6 KB
Assistants

Update chat visibility

Updates the visibility of the chat interface for a specific video and assistant

post/assist-ai/update_chat_visibility

Request body

assistant_idstring required

ID of the assistant

video_idstring required

ID of the video

chat_is_visibleboolean required

Whether the chat should be visible

Example request

{
  "assistant_id": "123e4567-e89b-12d3-a456-426614174000",
  "video_id": "video123",
  "chat_is_visible": true
}

Response

Chat visibility updated successfully

messagestring

Example response

{
  "message": "Chat visibility updated successfully"
}