This API requests asynchronous AI-powered summarization of customer-agent conversations.
The generated AI summary comes in the desired language specified in the request (automated translation), with the option to direct the output as a webhook.
Request Body Parameters:
Text (mandatory) with the object's content
Language (mandatory) with the desired language of the output
Callback_url (optional) with the Webhook URL destination of the summary.
Note: AI summaries are available for 12 hours, after which they are deleted from the cache and the action_ids become invalid.
Conversation text must be at least 150 characters.
API key is needed to authorize requests. You can get your API key via the management console.
A Bearer Token is needed to be set in the Authorization header of every API call.
For additional support you can contact us.
null
The content of the object (conversation for summary)
Language of the output
Webhook URL destination of the summary
Summary generated successfully
The request status for the AI conversation summary
Conversation summary. Empty object (populated when completed)
Unique identifier for tracking this request
Bad request - invalid input parameters
Unauthorized
Not Found
Internal server error