v1
latestOpenAPI 3.1.02026-07-2416666272.6 KBAssistants
Update chat visibility
Updates the visibility of the chat interface for a specific video and assistant
post/assist-ai/update_chat_visibility
Request body
Example request
{
"assistant_id": "123e4567-e89b-12d3-a456-426614174000",
"video_id": "video123",
"chat_is_visible": true
}Response
Chat visibility updated successfully
Example response
{
"message": "Chat visibility updated successfully"
}