Get Call Insights
Get AI-generated insights for an active call, including sentiment analysis and key topics.
GET
Headers
x-api-keystringrequiredAPI key used for authenticating requests to the API.
x-workspace-idstringrequiredWorkspace identifier for the API.
Path Parameters
roomNamestringrequiredThe LiveKit room name of the active call.
Response Fields
sentimentstringOverall sentiment of the conversation (e.g., "positive", "neutral", "negative").
topicsarrayKey topics discussed in the call.
summarystringAI-generated summary of the conversation so far.
suggestionsarrayAI-generated suggestions for the agent.
{
"sentiment": "positive",
"topics": ["account inquiry", "billing"],
"summary": "Customer is asking about their recent invoice and payment options.",
"suggestions": [
"Offer to email a detailed invoice breakdown",
"Mention the available payment plans"
]
}