Async API
The Async API provides a REST interface that helps you to submit any recorded or saved conversations to Symbl. When you submit a conversation, you'll receive a Conversation ID (conversationId
), which is unique to your conversation.
#
Conversation IDconversationId
helps you with:#
- Helps you append the transcription of an existing file using
PUT
(also known asappend file
) Async APIs. - Using Conversation API you can receive Speech to Text data and conversational insights.
#
Async API Types#
Text APIThe Async Text API allows you to process any text payload.
It can be useful for any use case where you have access to textual content and want to extract insights and other conversational attributes supported by Symbl's Conversation API.
#
Audio APIThe Async Audio API allows you to process an audio file.
It can be useful for any use case where you have access to recorded audio and want to extract insights and other conversational attributes supported by Symbl's Conversation API.
#
Audio File Endpoints#
Audio URL Endpoints#
Video APIThe Async Video API allows you to process a video file.
It can be useful in any use case where you have access to a video file of any type of conversation, and you want to extract the insightful items supported by the Conversation API.