Home / Companies / Symbl.ai / Blog / May 2020

May 2020 Summaries

2 posts from Symbl.ai

Filter
Month: Year:
Post Summaries Back to Blog
We've created a React application that uses the Symbl Async Audio API, Job API, and Conversation API to process an uploaded audio file, display loading progress, and extract topics from the conversation. The app consists of two main components: `Audio` and `Topics`. The `Audio` component handles uploading the audio file, sending it to the Async Audio API for processing, and displaying a loading indicator while the processing is in progress. Once the processing is complete, it retrieves the Conversation ID and uses it to fetch the topics from the Conversation API. The `Topics` component displays the extracted topics. We've used React Hooks, Context API, and Material-UI components to build this application.
May 30, 2020 1,791 words in the original blog post.
The Symbl Platform is launching its Async API, which allows businesses to post audio files or text payloads to extract actionable insights from asynchronous conversational data. The platform supports two formats: audio and text, including call transcripts, email, and social conversations. Businesses can use the APIs to automate CRM entries, generate insights from recorded audios, and process meeting recordings. The Async API is designed to empower businesses to extract insights across various use-cases, such as collaboration software and CRM applications.
May 08, 2020 262 words in the original blog post.