AI-Powered Conversations
Intelligent chat responses with context awareness across multiple videos and educational content.
Talk with videos using RAG and AI on the KPOINT video platform - deploy intelligent video conversations in minutes.
Prism Chat SDK is a modern, AI-powered video chat bot built with React 19 and TypeScript that seamlessly integrates into any website. Powered by the KPOINT video platform, it enables users to have intelligent conversations with video content using RAG (Retrieval Augmented Generation) technology, real-time voice streaming, dynamic quiz generation, and multi-video support for educational and interactive experiences.
<!-- Include Prism Chat SDK -->
<script src="https://assets.zencite.in/orca/media/embed/prism-chat-sdk.js"></script>
<div id="chat-container"></div>
<script>
PrismChatSDK.init('#chat-container', {
apiUrl: 'https://demos.kpoint.com',
domain: 'demos.kpoint.com',
videoIds: ['your-video-id'],
showMicButton: true,
enableQuestionGeneration: true
});
</script>Get started with the Getting Started guide or explore the Voice Features guide for advanced KPOINT Prism voice streaming capabilities.