Create AI-generated summary event for conversation
POST/v1/desks/:desk_id/conversations/:session_id/events/summary
Permissions - desks.read and conversations.write.
Creates an AI-generated summary event for a conversation. This endpoint is used when users request a summary of the conversation content. The summary is stored as a conversation event and pushed to connected WebSocket clients in real-time.
Authentication: Requires authenticated user (JWT token). API key authentication is not supported.
Request
Responses
- 200
- 400
- 401
- 500
Summary event created successfully
Invalid request body or summary exceeds maximum length
Missing or invalid authentication
Missing account context (configuration issue)