API (Real Time)
API (Real Time)
- Upload transcripts or use a conversation from AutoTranscribe and receive the insights instantly.
- Ideal for real-time experiences like conversation routing and form pre-filling.
- For digital channels: Provide the chat messages directly.
- For voice channels: Use AutoTranscribe or your own transcription service.
Salesforce plugin
Salesforce plugin
- Only supports Salesforce Chat.
- Inserts free-text summaries into conversation objects.
Salesforce Plugin
Learn how to use the Salesforce Plugin
- Provide transcripts
- Extract insights with AutoSummary API
Before you Begin
Before you start integrating AutoSummary, you need to:- Get your API Key Id and Secret
- Ensure your account and API key have been configured to access AutoSummary. Reach out to your ASAPP team if you are unsure.
Step 1: Provide transcripts
How you provide transcripts depends on the conversation channel. For digital channels:- Use the conversation API to upload the messages directly.
- Use AutoTranscribe Service to transcribe the audio, or
- Upload utterances via Conversation API if using your own transcription service.
To send transcripts via Conversation API, you need toThis conversation represents a thread of messages between an end user and one or more agents. A successfully created conversation returns a status code of 200 and the Each time your end user or an agent sends a message, you need to add the messages of the conversation by creating a A successfully created message returns a status code of 200 and the id of the message.
- Create a
conversation
. - Add
messages
to theconversation
.
conversation
. Provide your Ids for the conversation and customer.id
of the conversation.message
on the conversation
. This may either be the chat messages in digital channels, or the audio transcript from your transcription service.You have the choice to add a single message for each turn of the conversation, or can upload a batch of messages a conversation.We only show one message as an example, though you would create many messages over the source of the conversation.
Step 2: Extract Insight
AutoSummary offers three types of insights, each with its own API endpoint:- Free text summary
- Insight
- Structured Data