Use Symbl Conversation API to Get a List of Insights From the Processed Video in Next.js

Vladimir Novick
InstructorVladimir Novick
Share this video with your friends

Social Share Links

Send Tweet
Published 3 years ago
Updated 3 years ago

In this video we will understand how you can easily get video insights such as questions, follow ups, action items, topics from Symbl Conversation API

Instructor: [0:00] In addition to getting transcripts, we can get a bunch of more in-depth data from simple API. We can get insights. We can get questions. We can get follow-ups. All of this is done by basically...We can just copy the same functionality from our Git transcripts and change endpoints.

[0:35] For insights, we will use insights endpoint. Instead of updating the messages, let's actually log our insights. We'll use the same four questions. We'll change endpoint to be questions. We'll also get follow-ups and change endpoints to be follow-ups. Let's call them within the same useEffect. We'll get insights. We'll get questions and get follow-ups.

[1:58] As you can see, we have questions, insights. With follow-ups, we need to change them to follow the [inaudible] as different endpoint. As you can see, there are no follow-ups in this particular conversation.

[2:26] Let's take a look at insights. We have a bunch of insights here. Let's look at the insight. We have the text for that, and we'll have a bunch of key phrases in the insight. We have the type of the insight as a question. We have the type as a topic. We can have different types of insights, so we have topics, tasks, questions, and so on.

[2:58] There are messages IDs that are connected to this insight, so basically, we can understand which insights are connected to which messages and so on.

egghead
egghead
~ an hour ago

Member comments are a way for members to communicate, interact, and ask questions about a lesson.

The instructor or someone from the community might respond to your question Here are a few basic guidelines to commenting on egghead.io

Be on-Topic

Comments are for discussing a lesson. If you're having a general issue with the website functionality, please contact us at support@egghead.io.

Avoid meta-discussion

  • This was great!
  • This was horrible!
  • I didn't like this because it didn't match my skill level.
  • +1 It will likely be deleted as spam.

Code Problems?

Should be accompanied by code! Codesandbox or Stackblitz provide a way to share code and discuss it in context

Details and Context

Vague question? Vague answer. Any details and context you can provide will lure more interesting answers!

Markdown supported.
Become a member to join the discussionEnroll Today