Skip to content

Conversation AI using Symbl API Demo app built with NextJS. Detect Topics of discussion, live transcriptions, real-time insights like action items, follow-ups and questions, and a lot more.

symblai/nextjs-symblai-demo

Repository files navigation

Symbl.ai Next.js Demo

telephony async-text async-video async-audio symbl-react-elements sdk

Symbl's APIs empower developers to enable:

  • Real-time analysis of free-flowing discussions to automatically surface highly relevant summary discussion topics, contextual insights, suggestive action items, follow-ups, decisions, and questions.
  • Voice APIs that makes it easy to add AI-powered conversational intelligence to either telephony or WebSocket interfaces.
  • Conversation APIs that provide a REST interface for managing and processing your conversation data.
  • Summary UI with a fully customizable and editable reference experience that indexes a searchable transcript and shows generated actionable insights, topics, timecodes, and speaker information.

This is a Demo app showcasing Symbl.ai capabilities using ReactJS, Typescript, and NextJS


Setup

The first step to getting setup is to sign up with Symbl.ai.

Authorization

  1. Create a .env file in the root directory using the .env.sample as an example.
  2. Update the .env file with the following:
    • Your App Id that you can get from Platform
    • Your App Secret that you can get from Platform

Install & Deploy

  1. Run yarn install or npm install.
  2. To run the app use yarn dev.
  3. Navigate to localhost:3000 to view the app.

Integration

Project Structure

  • pages In Next.js, a page is a React Component exported from a .js, .jsx, .ts, or .tsx file in the pages directory. Each page is associated with a route based on its file name. You can read more about how works with pages. Each tab in the application corresponds to the following pages subdirectories
    • pages/api => Phone Call
    • pages/audio => Phone(Client Only)
    • pages/conversations => Conversation data
    • pages/text => Text
    • pages/audio => Audio
    • pages/video => Video

Conclusion

When implemented this application offers options to explore the following Symbl.ai features accessible via tabs at the top of the page.

  1. PSTN call implemented with the NodeSDK featuring real time transcription and insights.
  2. PSTN call implemented with the Telephony API featuring real time transcription, insights, and Symbl React Elements.
  3. Processed conversation data accessed from the Conversation API featuring participants and insights.
  4. Async Text API featuring Symbl React Elements, transcription, and insights.
  5. Async Audio API featuring Symbl React Elements, transcription, and insights.
  6. Async Video API featuring Symbl React Elements, transcription, and insights.

Community

If you have any questions, feel free to reach out to us at devrelations@symbl.ai, through our Community Slack, or developer community

This guide is actively developed, and we love to hear from you! Please feel free to create an issue or open a pull request with your questions, comments, suggestions and feedback. If you liked our integration guide, please star our repo!

This library is released under the MIT License

About

Conversation AI using Symbl API Demo app built with NextJS. Detect Topics of discussion, live transcriptions, real-time insights like action items, follow-ups and questions, and a lot more.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published