Symbl API
Number of APIs: 70
Symbl's contextual conversation intelligence platform provides scalable, secure speech recognition and contextual analytics to build differentiated experiences from voice, video or text data in realtime. Generate action items, questions, appointments, topic hierarchy, topics, sentiments, action phrases and your custom entities and so much more without any upfront training data. We give you the comprehensive suite of APIs, machine learning infrastructure and customizable experiences to analyze and act on the human conversation data at scale.
Authentication
Make sure to get your app id and app secret from https://platform.symbl.ai. Use them to generate your auth token which is required to make any API call.
Async APIs
The Async API provides a REST interface to allow you to run a job asynchronously in order to process insights out of audio and video files and textual conversations (Transcripts, Chats, Emails etc.).
Telephony API
Use the Start Connection
endpoint to start a connection with Symbl either over a phone call or conference over PSTN or a SIP using a Dial-in Phone Number or SIP URI with support for DTMF.
Use the Stop Connection
endpoint to end the call and close the connection. This will send you an email with all the generated insights from your conversation.
Streaming API
Streaming API is a WebSocket based real-time API by Symbl that provides the direct, fastest and most accurate of all other interfaces to push the audio stream in real-time, and get the results back as soon as they're available.
Qodex does not support the WebSocket protocol for collections yet, which is why Streaming API is not included in this collection.Learn moreabout Streaming API.
-
Conversation APIs-Bookmarks - Create bookmark POST {{base_url}}/v1/conversations/{{conversation_id}}/bookmarks
-
Conversation APIs - Update Conversation PUT {{base_url}}/v1/conversations/:coversationId
-
Management API-Entities - Delete entity by Id DELETE {{base_url}}/v1/manage/entities/:entityId
-
Conversation APIs - Entities GET {{base_url}}/v1/conversations/{{conversation_id}}/entities
-
Conversation APIs - Summary GET {{base_url}}/v1/conversations/{{conversation_id}}/summary
-
Conversation APIs-Experience UIs - Insights UI - Conversation by ID GET {{base_url}}/v1/conversations/experiences/insights/details/:conversationId?includeCallScore=true
-
Authentication - Generate Token (Authenticate) POST {{base_url}}/oauth2/token:generate
-
Async API - Audio(URL) - Submit New Conversation POST {{base_url}}/v1/process/audio/url
-
Async API - Text (Email) - Submit New Conversation POST {{base_url}}/v1/process/text
-
Async API - Audio - Submit New Audio File (wav/mp3) POST {{base_url}}/v1/process/audio